| Index: chrome/browser/gtk/browser_window_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/browser_window_gtk.h (revision 14715)
|
| +++ chrome/browser/gtk/browser_window_gtk.h (working copy)
|
| @@ -150,6 +150,10 @@
|
| // Whether we're drawing the custom Chrome frame (including title bar).
|
| bool custom_frame_;
|
|
|
| + // Whether we are full screen. Since IsFullscreen() gets called before
|
| + // OnStateChanged(), we can't rely on |state_| & GDK_WINDOW_STATE_FULLSCREEN.
|
| + bool full_screen_;
|
| +
|
| // The object that manages all of the widgets in the toolbar.
|
| scoped_ptr<BrowserToolbarGtk> toolbar_;
|
|
|
|
|