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

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

Issue 481273002: Mac: Fix a recently introduced layering bug. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months 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 51b265afa3953dee2695f51750748450119249fa..ca635d3f1dbe2fc534649274c3c09b24a4168576 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h
@@ -171,6 +171,9 @@ class Command;
// The number of overlapped views being shown.
NSUInteger overlappedViewCount_;
+
+ // Whether the root view of the window is layer backed.
+ BOOL windowViewWantsLayer_;
}
// A convenience class method which gets the |BrowserWindowController| for a

Powered by Google App Engine
This is Rietveld 408576698