summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/layout_test_controller.h
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-27 01:03:10 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-27 01:03:10 +0000
commit644d77efccd8242e1977ed5e35398b0966026873 (patch)
tree01f6e0efa342ff8b2c09b469636e6df00b84dae5 /webkit/tools/test_shell/layout_test_controller.h
parent3236cbe0edcbedef5d1ea689c48e19a714ab6ccb (diff)
downloadchromium_src-644d77efccd8242e1977ed5e35398b0966026873.zip
chromium_src-644d77efccd8242e1977ed5e35398b0966026873.tar.gz
chromium_src-644d77efccd8242e1977ed5e35398b0966026873.tar.bz2
GTK: Use GTK+ theme selection colors and plumb them into webkit. [Chromium side of patch]
BUG=25831 TEST=none Review URL: http://codereview.chromium.org/554004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37193 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/layout_test_controller.h')
-rw-r--r--webkit/tools/test_shell/layout_test_controller.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/layout_test_controller.h b/webkit/tools/test_shell/layout_test_controller.h
index 0fe2df8..ff16d6f 100644
--- a/webkit/tools/test_shell/layout_test_controller.h
+++ b/webkit/tools/test_shell/layout_test_controller.h
@@ -230,6 +230,10 @@ class LayoutTestController : public CppBoundClass {
// Allows layout tests to exec scripts at WebInspector side.
void evaluateInWebInspector(const CppArgumentList& args, CppVariant* result);
+ // Forces the selection colors for testing under Linux.
+ void forceRedSelectionColors(const CppArgumentList& args,
+ CppVariant* result);
+
public:
// The following methods are not exposed to JavaScript.
void SetWorkQueueFrozen(bool frozen) { work_queue_.set_frozen(frozen); }