mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Browser windows created via CefBrowserHost::CreateBrowser should be shown at creation time. These windows receive default Chromium styling, unlike CefBrowserView windows which may contain other client-specified Views and where show state can be configured via CefWindowDelegate::GetInitialShowState or by calling CefWindow::Show.