diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-10 00:06:59 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-10 00:06:59 +0000 |
commit | 85e2199082e99d515e138a33ddf159b4d9a5d513 (patch) | |
tree | 2097c372157ae76cad8521fedabf76793039e927 /webkit/webkit.gyp | |
parent | e7a557c64a933835da445cda865a8f81bd92b8b0 (diff) | |
download | chromium_src-85e2199082e99d515e138a33ddf159b4d9a5d513.zip chromium_src-85e2199082e99d515e138a33ddf159b4d9a5d513.tar.gz chromium_src-85e2199082e99d515e138a33ddf159b4d9a5d513.tar.bz2 |
Switch to using the dummy window for QD plugin drawing
This simplifies things a bit over the old way, and should be a step closer to supporting more QD-based plugins.
Also makes the HandleInputEvent logic a bit clearer.
BUG=none
TEST=Quicktime movies should still play on the Mac.
Review URL: http://codereview.chromium.org/483004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34209 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/webkit.gyp')
-rw-r--r-- | webkit/webkit.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp index 041aabc..c2bb0b6 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -258,6 +258,7 @@ 'glue/media/simple_data_source.h', 'glue/media/video_renderer_impl.cc', 'glue/media/video_renderer_impl.h', + 'glue/plugins/coregraphics_private_symbols_mac.h', 'glue/plugins/nphostapi.h', 'glue/plugins/fake_plugin_window_tracker_mac.h', 'glue/plugins/fake_plugin_window_tracker_mac.cc', |