| 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..013ae1069bd957f9268d7aba447ace7918bd271c 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_delegate_android.h
|
| +++ b/content/browser/screen_orientation/screen_orientation_delegate_android.h
|
| @@ -36,10 +36,10 @@ 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);
|
|
|