mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update source files for bracket style
This commit is contained in:
@@ -86,8 +86,9 @@ void BrowserWindowStdMac::SetFocus(bool focus) {
|
||||
ClientWindowHandle BrowserWindowStdMac::GetWindowHandle() const {
|
||||
REQUIRE_MAIN_THREAD();
|
||||
|
||||
if (browser_)
|
||||
if (browser_) {
|
||||
return browser_->GetHost()->GetWindowHandle();
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user