| 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 4eadeb191fe5c44c88a1ec4a8ea7a4b03cb31e40..9d108d27668a028efb5cddb8d47a82e34edb1367 100644
|
| --- a/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| +++ b/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| @@ -34,6 +34,7 @@ class CONTENT_EXPORT ScreenOrientationDispatcher :
|
|
|
| // RenderFrameObserver implementation.
|
| bool OnMessageReceived(const IPC::Message& message) override;
|
| + void OnDestruct() override;
|
|
|
| // blink::WebScreenOrientationClient implementation.
|
| void lockOrientation(blink::WebScreenOrientationLockType orientation,
|
|
|