| Index: device/screen_orientation/public/interfaces/screen_orientation.mojom
|
| diff --git a/device/screen_orientation/public/interfaces/screen_orientation.mojom b/device/screen_orientation/public/interfaces/screen_orientation.mojom
|
| index d068bcc9c6c1679813c1d2cb00d1f02d7188428e..43542710b0774e0eb4ba588ab27b9e12dad427e3 100644
|
| --- a/device/screen_orientation/public/interfaces/screen_orientation.mojom
|
| +++ b/device/screen_orientation/public/interfaces/screen_orientation.mojom
|
| @@ -11,8 +11,8 @@ import "device/screen_orientation/public/interfaces/screen_orientation_lock_type
|
| // For example, on Android, this is required for Jelly Bean, where there is no
|
| // API to be notified of a screen orientation change of 180 degrees.
|
| interface ScreenOrientation {
|
| - LockOrientation(ScreenOrientationLockType orientation) =>
|
| - (ScreenOrientationLockResult result);
|
| + LockOrientation(ScreenOrientationLockType lock) =>
|
| + (ScreenOrientationLockResult result, ScreenOrientationLockType lock);
|
| UnlockOrientation();
|
|
|
| // The renderer frame is now using the Screen Orientation API and informs
|
|
|