Skip to content

Commit 1c02dcd

Browse files
committed
Use Alloy style.
1 parent 5f61a01 commit 1c02dcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cef/browser_window.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ bool BrowserWindow::CreateBrowserControl(const wchar_t* navigateUrl) {
160160

161161
// Information used when creating the native window.
162162
CefWindowInfo window_info;
163+
window_info.runtime_style = CEF_RUNTIME_STYLE_ALLOY;
163164
int width = rect.right - rect.left;
164165
int height = rect.bottom - rect.top;
165166
CefRect cef_rect(rect.left, rect.top, width, height);

0 commit comments

Comments
 (0)