| Index: chrome/browser/cocoa/fullscreen_window.h
|
| diff --git a/chrome/browser/cocoa/fullscreen_window.h b/chrome/browser/cocoa/fullscreen_window.h
|
| index d43059d88d92e676eb4172777d2236213b673790..4d2166baf9e8a9854436d469b54863740acda79b 100644
|
| --- a/chrome/browser/cocoa/fullscreen_window.h
|
| +++ b/chrome/browser/cocoa/fullscreen_window.h
|
| @@ -10,7 +10,9 @@
|
| // not initially visible.
|
| // FullscreenWindow derives from ChromeEventProcessingWindow to inherit
|
| // special event handling (e.g. handleExtraKeyboardShortcut).
|
| -@interface FullscreenWindow : ChromeEventProcessingWindow
|
| +@interface FullscreenWindow : ChromeEventProcessingWindow {
|
| + int underlaySurfaceCount_;
|
| +}
|
|
|
| // Initialize a FullscreenWindow for the given screen.
|
| // Designated initializer.
|
|
|