🎨
This commit is contained in:
parent
9102c07ec7
commit
c4ffb91190
2 changed files with 1 additions and 3 deletions
|
@ -340,7 +340,6 @@ bool ScopedDisableResize::disable_resize_ = false;
|
|||
// titlebar is expected to be empty, but after entering fullscreen mode we
|
||||
// have to set one, because title bar is visible here.
|
||||
NSWindow* window = shell_->GetNativeWindow();
|
||||
|
||||
if ((shell_->transparent() || !shell_->has_frame()) &&
|
||||
base::mac::IsAtLeastOS10_10() &&
|
||||
// FIXME(zcbenz): Showing titlebar for hiddenInset window is weird under
|
||||
|
|
|
@ -49,8 +49,7 @@ const char kUseContentSize[] = "useContentSize";
|
|||
const char kZoomToPageWidth[] = "zoomToPageWidth";
|
||||
|
||||
// Whether always show title text in full screen is enabled.
|
||||
const char kFullscreenWindowTitle[] =
|
||||
"fullscreenWindowTitle";
|
||||
const char kFullscreenWindowTitle[] = "fullscreenWindowTitle";
|
||||
|
||||
// The requested title bar style for the window
|
||||
const char kTitleBarStyle[] = "titleBarStyle";
|
||||
|
|
Loading…
Reference in a new issue