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 b34790478890ffbfe7ea17b6fc189539757645ae..55172f751d424a1e652d2b566ab70a8eb5b01c1a 100644 |
--- a/content/shell/renderer/test_runner/test_runner.h |
+++ b/content/shell/renderer/test_runner/test_runner.h |
@@ -279,6 +279,8 @@ class TestRunner : public WebTestRunner, |
int max_height); |
bool DisableAutoResizeMode(int new_width, int new_height); |
+ void SetMockDeviceLight(double value); |
+ void ResetDeviceLight(); |
// Device Motion / Device Orientation related functions |
void SetMockDeviceMotion(bool has_acceleration_x, double acceleration_x, |
bool has_acceleration_y, double acceleration_y, |