Index: content/shell/renderer/test_runner/test_runner.h |
diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h |
index ff0f3acd6996c31ffbea83a52421f940273cb7fa..e4ccca6b8633de7970b11ee0654710b83e9a53ae 100644 |
--- a/content/shell/renderer/test_runner/test_runner.h |
+++ b/content/shell/renderer/test_runner/test_runner.h |
@@ -295,6 +295,8 @@ class TestRunner : public ::WebTestRunner::WebTestRunner, |
bool has_beta, double beta, |
bool has_gamma, double gamma, |
bool has_absolute, bool absolute); |
+ // Device Light |
+ void SetMockDeviceLight(double value); |
void SetMockScreenOrientation(const std::string& orientation); |