diff options
Diffstat (limited to 'content/shell/renderer/test_runner/test_runner.h')
-rw-r--r-- | content/shell/renderer/test_runner/test_runner.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h index b347904..55172f7 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, |