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

Unified Diff: plugin/cross/o3d_glue.cc

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/cross/o3d_glue.h ('k') | plugin/mac/fullscreen_window_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/cross/o3d_glue.cc
===================================================================
--- plugin/cross/o3d_glue.cc (revision 47689)
+++ plugin/cross/o3d_glue.cc (working copy)
@@ -124,16 +124,11 @@
painted_once_(false),
#endif
#ifdef OS_MACOSX
- mac_fullscreen_state_(NULL),
renderer_is_software_(false),
scroll_is_in_progress_(false),
drawing_model_(NPDrawingModelQuickDraw),
event_model_(NPEventModelCarbon),
mac_window_(0),
- mac_fullscreen_window_(0),
-#ifdef O3D_PLUGIN_ENABLE_FULLSCREEN_MSG
- mac_fullscreen_overlay_window_(0),
-#endif
mac_window_selected_tab_(0),
mac_cocoa_window_(0),
mac_surface_hidden_(0),
@@ -143,9 +138,6 @@
mac_cgl_pbuffer_(0),
last_mac_event_time_(0),
gl_layer_(NULL),
-#ifdef O3D_PLUGIN_ENABLE_FULLSCREEN_MSG
- time_to_hide_overlay_(0.0),
-#endif
#endif // OS_MACOSX
#ifdef OS_LINUX
display_(NULL),
« no previous file with comments | « plugin/cross/o3d_glue.h ('k') | plugin/mac/fullscreen_window_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698