Skip to content

Commit df39db0

Browse files
committed
fix: MCEF compatibility
1 parent 2885793 commit df39db0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/org/cef/browser/CefBrowserOsr.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public class CefBrowserOsr extends CefBrowser_N implements CefRenderHandler {
3434

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

37-
CefBrowserOsr(CefClient client, String url, boolean transparent, CefRequestContext context,
38-
CefBrowserSettings settings) {
37+
protected CefBrowserOsr(CefClient client, String url, boolean transparent, CefRequestContext context,
38+
CefBrowserSettings settings) {
3939
this(client, url, transparent, context, null, null, settings);
4040
}
4141

0 commit comments

Comments
 (0)