summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/layout_test_controller.h
diff options
context:
space:
mode:
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); }