diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-16 21:49:14 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-16 21:49:14 +0000 |
commit | 7699d05e38e2e4e26add3357151e0fd793080353 (patch) | |
tree | b0dad38807b641c80089efc9e45af76974068037 /chrome/common/gpu_plugin.cc | |
parent | 4c2464b49571049ad7128343bfafa9abb3be7e0c (diff) | |
download | chromium_src-7699d05e38e2e4e26add3357151e0fd793080353.zip chromium_src-7699d05e38e2e4e26add3357151e0fd793080353.tar.gz chromium_src-7699d05e38e2e4e26add3357151e0fd793080353.tar.bz2 |
Fix test_shell so that eventSender works for opened windows. I've also made focus go to the webview, just like what happens in Chrome.
This is needed for https://bugs.webkit.org/show_bug.cgi?id=36147 and also fixes plugins/keyboard-events.html on Windows.
Review URL: http://codereview.chromium.org/1011005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41769 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/gpu_plugin.cc')
-rw-r--r-- | chrome/common/gpu_plugin.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/gpu_plugin.cc b/chrome/common/gpu_plugin.cc index d9d67db..af009f9 100644 --- a/chrome/common/gpu_plugin.cc +++ b/chrome/common/gpu_plugin.cc @@ -2,10 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +#include "chrome/common/gpu_plugin.h" + #include "base/command_line.h" #include "base/string_util.h" #include "chrome/common/chrome_switches.h" -#include "chrome/common/gpu_plugin.h" #include "gpu/gpu_plugin/gpu_plugin.h" #include "webkit/glue/plugins/plugin_list.h" |