diff options
author | maf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-10 01:15:35 +0000 |
---|---|---|
committer | maf@google.com <maf@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-10 01:15:35 +0000 |
commit | 59813099e93f2a9165870f42b7eb5ab39304c8bd (patch) | |
tree | 9e547f7d1d2635104b389bccfe1b7b811d49161a /o3d/plugin/build.scons | |
parent | 461ce4745fc15a6f434699d5a7dcc0591ce952cd (diff) | |
download | chromium_src-59813099e93f2a9165870f42b7eb5ab39304c8bd.zip chromium_src-59813099e93f2a9165870f42b7eb5ab39304c8bd.tar.gz chromium_src-59813099e93f2a9165870f42b7eb5ab39304c8bd.tar.bz2 |
Make O3D fullscreen mode support resolution switching on Mac.
First cut - a bit glitchy when leaving fullscreen currently as we get unwanted browser window resizing when the resolution requested is lower than the current window size.
Review URL: http://codereview.chromium.org/118471
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18013 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin/build.scons')
-rw-r--r-- | o3d/plugin/build.scons | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/o3d/plugin/build.scons b/o3d/plugin/build.scons index 3ff6a97..40c8719 100644 --- a/o3d/plugin/build.scons +++ b/o3d/plugin/build.scons @@ -140,6 +140,7 @@ if env.Bit('mac'): 'Breakpad', 'Cocoa', 'IOKit', + 'QuickTime', ], CCFLAGS = ['-F$MAC_BREAKPAD_DIR', '-F$CG_DIR'], |