From 82fa5dd3894c873f8cf852a7921c5f8dea70477a Mon Sep 17 00:00:00 2001 From: "kbr@google.com" Date: Wed, 19 May 2010 21:58:47 +0000 Subject: Refactored full-screen code under FullscreenWindowMac base class and overlay window code into OverlayWindowMac class. This is an intermediate step toward a Cocoa and CGL implementation. Verified that mouse and key events continue to work in full-screen mode with full-screen sample and a modified render-mode.html in Firefox 3.6.3 on Mac OS X, where O3D continues to use the Quickdraw drawing model. BUG=http://code.google.com/p/o3d/issues/detail?id=221 TEST=none Review URL: http://codereview.chromium.org/2129015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47733 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/plugin/plugin.gyp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'o3d/plugin/plugin.gyp') diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp index bfab2b0..e7092e7 100644 --- a/o3d/plugin/plugin.gyp +++ b/o3d/plugin/plugin.gyp @@ -161,8 +161,12 @@ ], 'sources': [ 'mac/config_mac.mm', + 'mac/fullscreen_window_mac.h', + 'mac/fullscreen_window_mac.mm', 'mac/o3d_layer.mm', 'mac/o3d_plugin.r', + 'mac/overlay_window_mac.h', + 'mac/overlay_window_mac.mm', 'mac/plugin_logging-mac.mm', 'mac/plugin_mac.h', 'mac/plugin_mac.mm', -- cgit v1.1