| Index: Source/modules/screen_orientation/LockOrientationCallback.h
|
| diff --git a/Source/modules/screen_orientation/LockOrientationCallback.h b/Source/modules/screen_orientation/LockOrientationCallback.h
|
| index df43a17bda089283489aee68d4dde0fecc2600e6..17b51ca130539313f532929d99f667c864c00a16 100644
|
| --- a/Source/modules/screen_orientation/LockOrientationCallback.h
|
| +++ b/Source/modules/screen_orientation/LockOrientationCallback.h
|
| @@ -25,7 +25,6 @@ public:
|
| virtual ~LockOrientationCallback();
|
|
|
| virtual void onSuccess(unsigned angle, blink::WebScreenOrientationType) OVERRIDE;
|
| - virtual void onError(ErrorType) OVERRIDE;
|
| virtual void onError(blink::WebLockOrientationError) OVERRIDE;
|
|
|
| private:
|
|
|