summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webplugin_delegate_pepper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/webplugin_delegate_pepper.cc')
-rw-r--r--chrome/renderer/webplugin_delegate_pepper.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/renderer/webplugin_delegate_pepper.cc b/chrome/renderer/webplugin_delegate_pepper.cc
index 77c9146..e2c62a1 100644
--- a/chrome/renderer/webplugin_delegate_pepper.cc
+++ b/chrome/renderer/webplugin_delegate_pepper.cc
@@ -431,6 +431,8 @@ NPError WebPluginDelegatePepper::Device3DInitializeContext(
std::vector<std::string>(),
plugin_,
false)) {
+ plugin_->SetAcceptsInputEvents(true);
+
// Ask the GPU plugin to create a command buffer and return a proxy.
command_buffer_.reset(nested_delegate_->CreateCommandBuffer());
if (command_buffer_.get()) {