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

Unified Diff: chrome/browser/ui/cocoa/chrome_browser_window.h

Issue 9838071: Implement pepper flash fullscreen on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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/ui/cocoa/chrome_browser_window.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/chrome_browser_window.h
===================================================================
--- chrome/browser/ui/cocoa/chrome_browser_window.h (revision 130181)
+++ chrome/browser/ui/cocoa/chrome_browser_window.h (working copy)
@@ -6,24 +6,10 @@
#define CHROME_BROWSER_UI_COCOA_CHROME_BROWSER_WINDOW_H_
#pragma once
-#import <Cocoa/Cocoa.h>
-
-#import "content/public/browser/accelerated_window_interface.h"
#import "chrome/browser/ui/cocoa/chrome_event_processing_window.h"
-// Common base class for chrome browser windows. Contains methods relating to
-// hole punching that are shared between framed and fullscreen windows.
-@interface ChromeBrowserWindow
- : ChromeEventProcessingWindow<UnderlayableSurface> {
- @private
- int underlaySurfaceCount_;
-}
-
-// Informs the window that an underlay surface has been added/removed. The
-// window is non-opaque while underlay surfaces are present.
-- (void)underlaySurfaceAdded;
-- (void)underlaySurfaceRemoved;
-
+// Common base class for chrome browser windows.
+@interface ChromeBrowserWindow : ChromeEventProcessingWindow
@end
#endif // CHROME_BROWSER_UI_COCOA_CHROME_BROWSER_WINDOW_H_
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/chrome_browser_window.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698