| Index: content/shell/renderer/test_runner/WebTestDelegate.h
|
| diff --git a/content/shell/renderer/test_runner/WebTestDelegate.h b/content/shell/renderer/test_runner/WebTestDelegate.h
|
| index 6337aee99a7a2b7d33a616fa8ba782855e4a3b79..298b72b323830ec802982185d8cdf1ef671407ac 100644
|
| --- a/content/shell/renderer/test_runner/WebTestDelegate.h
|
| +++ b/content/shell/renderer/test_runner/WebTestDelegate.h
|
| @@ -52,6 +52,8 @@ public:
|
| virtual void setDeviceMotionData(const blink::WebDeviceMotionData&) = 0;
|
| // Set data to return when registering via Platform::setDeviceOrientationListener().
|
| virtual void setDeviceOrientationData(const blink::WebDeviceOrientationData&) = 0;
|
| + // Set data to return when registering via Platform::setDeviceLightListener().
|
| + virtual void setDeviceLightData(const double&) = 0;
|
|
|
| // Set orientation to set when registering via Platform::setScreenOrientationListener().
|
| virtual void setScreenOrientation(const blink::WebScreenOrientation&) = 0;
|
|
|