| Index: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
|
| index 79c1aa62ce1cbb00c5edb7e85cffc6fd61612b5a..e962ef191d31f4cb3fe19328de3431e99cd08612 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationInspectorAgent.h
|
| @@ -24,10 +24,12 @@ class MODULES_EXPORT DeviceOrientationInspectorAgent final
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| // Protocol methods.
|
| - Response setDeviceOrientationOverride(double, double, double) override;
|
| - Response clearDeviceOrientationOverride() override;
|
| + protocol::Response setDeviceOrientationOverride(double,
|
| + double,
|
| + double) override;
|
| + protocol::Response clearDeviceOrientationOverride() override;
|
|
|
| - Response disable() override;
|
| + protocol::Response disable() override;
|
| void restore() override;
|
| void didCommitLoadForLocalFrame(LocalFrame*) override;
|
|
|
|
|