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