summaryrefslogtreecommitdiffstats
path: root/chrome/common/gpu_plugin.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-16 23:40:15 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-16 23:40:15 +0000
commit86a18d9f3b81fc6a7425ae20a84b17786605d762 (patch)
tree31067e682471b02ce89bff768af78dc0a007c60c /chrome/common/gpu_plugin.cc
parentd4e53eb321385290f47aaeecb041a9e693f9a24f (diff)
downloadchromium_src-86a18d9f3b81fc6a7425ae20a84b17786605d762.zip
chromium_src-86a18d9f3b81fc6a7425ae20a84b17786605d762.tar.gz
chromium_src-86a18d9f3b81fc6a7425ae20a84b17786605d762.tar.bz2
Revert 41781 - Revert 41769 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/keyboardevents.html on Windows. Review URL: http://codereview.chromium.org/1011005 TBR=jam@chromium.org Review URL: http://codereview.chromium.org/997008 TBR=stuartmorgan@chromium.org Review URL: http://codereview.chromium.org/990005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41784 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/gpu_plugin.cc')
-rw-r--r--chrome/common/gpu_plugin.cc3
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"