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

Unified Diff: plugin/mac/plugin_mac.h

Issue 2129015: Refactored full-screen code under FullscreenWindowMac base class and... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: '' Created 10 years, 7 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 | « plugin/mac/overlay_window_mac.mm ('k') | plugin/mac/plugin_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/mac/plugin_mac.h
===================================================================
--- plugin/mac/plugin_mac.h (revision 47689)
+++ plugin/mac/plugin_mac.h (working copy)
@@ -43,6 +43,8 @@
namespace o3d {
+class DisplayMode;
+
// RenderTimer maintains an animation timer (nominally running at 60fps)
//
// Keeps track of the current NPP instances running in the browser and then
@@ -83,6 +85,7 @@
// Some miscellaneous helper functions...
+void GetCurrentDisplayMode(DisplayMode *mode);
void CFReleaseIfNotNull(CFTypeRef cf);
« no previous file with comments | « plugin/mac/overlay_window_mac.mm ('k') | plugin/mac/plugin_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698