Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8292)

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller.h

Issue 2491343003: [Mac] Fix for fullscreen toolbar layout issues (Closed)
Patch Set: Fix for avi Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/browser_window_controller.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
index f0e37b08ea532ba47e5d0147b7cad9425ce7371e..6efec539977e5dc6acea7a61e3ac37031c496759 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h
@@ -131,6 +131,7 @@ class Command;
// Lazily created view which draws the background for the floating set of bars
// in presentation mode (for window types having a floating bar; it remains
// nil for those which don't).
+ // TODO(spqchan): Rename this to "fullscreenToolbarBackingView"
base::scoped_nsobject<NSView> floatingBarBackingView_;
// The borderless window used in fullscreen mode when Cocoa's System

Powered by Google App Engine
This is Rietveld 408576698