mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-21 06:30:54 +01: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.