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 247b5a0e9df1cc2bbe683e852171ebd87931eb4c..d575bd89311487408028a5d74cc5cb8c0ef259e7 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.h |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h |
@@ -168,6 +168,9 @@ class Command; |
// The Extension Command Registry used to determine which keyboard events to |
// handle. |
scoped_ptr<ExtensionKeybindingRegistryCocoa> extension_keybinding_registry_; |
+ |
+ // Whether the root view of the window is layer backed. |
+ BOOL windowViewWantsLayer_; |
} |
// A convenience class method which gets the |BrowserWindowController| for a |