diff options
author | amanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-11 08:04:56 +0000 |
---|---|---|
committer | amanda@chromium.org <amanda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-11 08:04:56 +0000 |
commit | e71e42c6289e5cc876f16333d5747fc473bf8e74 (patch) | |
tree | a0106a73aae73590620f5fcc41c04e766ed8cd1c /webkit/glue/plugins/webplugin_delegate_impl.h | |
parent | 39b8c513b6e13e4ac01f1229f8f39c095091a9d4 (diff) | |
download | chromium_src-e71e42c6289e5cc876f16333d5747fc473bf8e74.zip chromium_src-e71e42c6289e5cc876f16333d5747fc473bf8e74.tar.gz chromium_src-e71e42c6289e5cc876f16333d5747fc473bf8e74.tar.bz2 |
Add an #if around user_gesture_msg_factory_ to unbreak the Linux
build, add another missed file (plugin_impl_mac.h) to unbreak the
Mac build.
Review URL: http://codereview.chromium.org/21245
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/plugins/webplugin_delegate_impl.h')
-rw-r--r-- | webkit/glue/plugins/webplugin_delegate_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/plugins/webplugin_delegate_impl.h b/webkit/glue/plugins/webplugin_delegate_impl.h index 48672bd9..68ca12e 100644 --- a/webkit/glue/plugins/webplugin_delegate_impl.h +++ b/webkit/glue/plugins/webplugin_delegate_impl.h @@ -259,7 +259,9 @@ class WebPluginDelegateImpl : public WebPluginDelegate { // Runnable Method Factory used to invoke the OnUserGestureEnd method // asynchronously. +#if !defined(OS_LINUX) ScopedRunnableMethodFactory<WebPluginDelegateImpl> user_gesture_msg_factory_; +#endif #if defined(OS_WIN) // The plugin module handle. |