diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-10 23:45:31 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-10 23:45:31 +0000 |
commit | 5c6ac767a5a53fda75cb680e657073de8a89e839 (patch) | |
tree | 0f042936a89310b0d0c153899de5726836ea1f9a /webkit/webkit.gyp | |
parent | 43e2256528de1ddc42e0d60587c1f09ffedc9d45 (diff) | |
download | chromium_src-5c6ac767a5a53fda75cb680e657073de8a89e839.zip chromium_src-5c6ac767a5a53fda75cb680e657073de8a89e839.tar.gz chromium_src-5c6ac767a5a53fda75cb680e657073de8a89e839.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. Leaving a page with QuickTime content should not cause a crash.
Review URL: http://codereview.chromium.org/491027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34305 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', |