| 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
|
|
|