Skip to content

Commit 000eba0

Browse files
committed
fix: MCEF compatibility
1 parent 52e7dab commit 000eba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/org/cef/browser/CefBrowserOsr.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class CefBrowserOsr extends CefBrowser_N implements CefRenderHandler {
3333

3434
private CopyOnWriteArrayList<Consumer<CefPaintEvent>> onPaintListeners = new CopyOnWriteArrayList<>();
3535

36-
CefBrowserOsr(CefClient client, String url, boolean transparent, CefRequestContext context,
36+
protected CefBrowserOsr(CefClient client, String url, boolean transparent, CefRequestContext context,
3737
CefBrowserSettings settings) {
3838
this(client, url, transparent, context, null, null, settings);
3939
}

0 commit comments

Comments
 (0)