| Index: Source/modules/screen_orientation/LockOrientationCallback.h
|
| diff --git a/Source/modules/screen_orientation/LockOrientationCallback.h b/Source/modules/screen_orientation/LockOrientationCallback.h
|
| index ef23e0802f2015992d40a67065fda19d8e26af5f..f9570dd7dd97eede2a157ebc8274c0a659269a4a 100644
|
| --- a/Source/modules/screen_orientation/LockOrientationCallback.h
|
| +++ b/Source/modules/screen_orientation/LockOrientationCallback.h
|
| @@ -24,7 +24,7 @@ public:
|
| explicit LockOrientationCallback(PassRefPtr<ScriptPromiseResolver>);
|
| virtual ~LockOrientationCallback();
|
|
|
| - virtual void onSuccess(unsigned angle, blink::WebScreenOrientationType) OVERRIDE;
|
| + virtual void onSuccess() OVERRIDE;
|
| virtual void onError(blink::WebLockOrientationError) OVERRIDE;
|
|
|
| private:
|
|
|