Skip to content

Commit 4733ffa

Browse files
committed
fix: blame me
1 parent fe17b2c commit 4733ffa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

native/render_handler.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ void RenderHandler::OnAcceleratedPaint(CefRefPtr<CefBrowser> browser,
309309
// Get view rect to determine width and height
310310
CefRect viewRect;
311311
GetViewRect(browser, viewRect);
312-
313-
// Set the fields of the paint info object SetJNIFieldLong(env, cls, jpaintInfo, "shared_texture_handle",
312+
// Set the fields of the paint info object
313+
SetJNIFieldLong(env, cls, jpaintInfo, "shared_texture_handle",
314314
reinterpret_cast<jlong>(info.shared_texture_handle));
315315
SetJNIFieldInt(env, cls, jpaintInfo, "format", info.format);
316316
SetJNIFieldInt(env, cls, jpaintInfo, "width", viewRect.width);

0 commit comments

Comments
 (0)