| 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 ab5994e48e3aa81c8b32a41e0d8e149b4ddd7923..20102b94e7935d499004be8769ba547da0814bca 100644
|
| --- a/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| +++ b/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| @@ -47,6 +47,8 @@ class CONTENT_EXPORT ScreenOrientationDispatcher :
|
| blink::WebScreenOrientationLockType orientation,
|
| std::unique_ptr<blink::WebLockOrientationCallback> callback) override;
|
| void unlockOrientation() override;
|
| + void startAccurateListen() override;
|
| + void stopAccurateListen() override;
|
|
|
| void OnLockOrientationResult(int request_id,
|
| ScreenOrientationLockResult result);
|
| @@ -55,7 +57,7 @@ class CONTENT_EXPORT ScreenOrientationDispatcher :
|
|
|
| int GetRequestIdForTests();
|
|
|
| - void EnsureScreenOrientationService();
|
| + device::mojom::ScreenOrientation* GetRemoteScreenOrientation();
|
|
|
| // This should only be called by ScreenOrientationDispatcherTest
|
| void SetScreenOrientationForTests(
|
|
|