diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-15 00:10:09 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-15 00:10:09 +0000 |
commit | 8e14284ed88d453f7ae280f033fffe7bcd6d8450 (patch) | |
tree | 3d1c5ef57ba393c3782f3095061a948b70f93f3e /webkit/webkit.gyp | |
parent | 573ef318ab6f9116139419745d741765ff4bb910 (diff) | |
download | chromium_src-8e14284ed88d453f7ae280f033fffe7bcd6d8450.zip chromium_src-8e14284ed88d453f7ae280f033fffe7bcd6d8450.tar.gz chromium_src-8e14284ed88d453f7ae280f033fffe7bcd6d8450.tar.bz2 |
Set disabled style on GPU window and plugin intermediate window so mouse messages pass through to the browser window.
TEST=trybots
BUG=none
Review URL: http://codereview.chromium.org/549025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36311 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 ff86d6a..1065494 100644 --- a/webkit/webkit.gyp +++ b/webkit/webkit.gyp @@ -387,6 +387,7 @@ 'glue/webmenurunner_mac.mm', 'glue/webpasswordautocompletelistener_impl.cc', 'glue/webpasswordautocompletelistener_impl.h', + 'glue/webplugin.cc', 'glue/webplugin.h', 'glue/webplugin_delegate.h', 'glue/webplugin_impl.cc', |