| Index: content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| diff --git a/content/renderer/screen_orientation/screen_orientation_dispatcher.h b/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| index bc178549dd75f8c2aac06bda9d217ce8659f3ead..fe215b936f11ed69354e165568d209c72858beb9 100644
|
| --- a/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| +++ b/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| @@ -41,9 +41,7 @@ class CONTENT_EXPORT ScreenOrientationDispatcher :
|
| blink::WebLockOrientationCallback* callback) OVERRIDE;
|
| virtual void unlockOrientation() OVERRIDE;
|
|
|
| - void OnLockSuccess(int request_id,
|
| - unsigned angle,
|
| - blink::WebScreenOrientationType orientation);
|
| + void OnLockSuccess(int request_id);
|
| void OnLockError(int request_id,
|
| blink::WebLockOrientationError error);
|
|
|
|
|