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

Unified Diff: chrome/browser/cocoa/fullscreen_window.h

Issue 3199019: Mac: Support compositor in fullscreen windows. (Closed)
Patch Set: Created 10 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
« no previous file with comments | « no previous file | chrome/browser/cocoa/fullscreen_window.mm » ('j') | chrome/browser/cocoa/fullscreen_window.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/cocoa/fullscreen_window.mm » ('j') | chrome/browser/cocoa/fullscreen_window.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698