@@ -68,18 +68,18 @@ public interface CefRenderHandler {
6868 public void onPaint (CefBrowser browser , boolean popup , Rectangle [] dirtyRects ,
6969 ByteBuffer buffer , int width , int height );
7070
71- /**
72- * Called when an element has been rendered to the shared texture handle.
73- * This method is only called when CefWindowInfo::shared_texture_enabled is set to true.
74- * @param browser The browser generating the event.
75- * @param popup True if painting a popup window.
76- * @param dirtyRects Array of dirty regions.
77- * @param info Platform-specific info instance. Expect one of
78- * {@link CefAcceleratedPaintInfoWin},
79- * {@link CefAcceleratedPaintInfoMac},
80- * {@link CefAcceleratedPaintInfoLinux}, or a base
81- * {@link CefAcceleratedPaintInfo} on unsupported platforms.
82- */
71+ /**
72+ * Called when an element has been rendered to the shared texture handle.
73+ * This method is only called when CefWindowInfo::shared_texture_enabled is set to true.
74+ * @param browser The browser generating the event.
75+ * @param popup True if painting a popup window.
76+ * @param dirtyRects Array of dirty regions.
77+ * @param info Platform-specific info instance. Expect one of
78+ * {@link CefAcceleratedPaintInfoWin},
79+ * {@link CefAcceleratedPaintInfoMac},
80+ * {@link CefAcceleratedPaintInfoLinux}, or a base
81+ * {@link CefAcceleratedPaintInfo} on unsupported platforms.
82+ */
8383 public void onAcceleratedPaint (CefBrowser browser , boolean popup , Rectangle [] dirtyRects ,
8484 CefAcceleratedPaintInfo info );
8585
0 commit comments