Skip to content

Commit 1ea2b07

Browse files
committed
fix: spacing
1 parent 041ce0f commit 1ea2b07

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

java/org/cef/handler/CefRenderHandler.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)