| Index: content/browser/screen_orientation/screen_orientation_delegate_android.h
|
| diff --git a/content/browser/screen_orientation/screen_orientation_delegate_android.h b/content/browser/screen_orientation/screen_orientation_delegate_android.h
|
| index fa3ee6e22113f834c7d30344f88889052c5643c1..c89ab95175facdd880a71ea5828196d065e08d34 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_delegate_android.h
|
| +++ b/content/browser/screen_orientation/screen_orientation_delegate_android.h
|
| @@ -36,10 +36,11 @@ class ScreenOrientationDelegateAndroid : public ScreenOrientationDelegate {
|
|
|
| // ScreenOrientationDelegate:
|
| virtual bool FullScreenRequired(WebContents* web_contents) override;
|
| - virtual void Lock(
|
| + virtual bool Lock(
|
| + WebContents* web_contents,
|
| blink::WebScreenOrientationLockType lock_orientation) override;
|
| virtual bool ScreenOrientationProviderSupported() override;
|
| - virtual void Unlock() override;
|
| + virtual void Unlock(WebContents* web_contents) override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ScreenOrientationDelegateAndroid);
|
|
|