| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp
|
| index 064a51aa1189f129b922668b80f12cea5aa60981..ad9c003334a2d5a4b7453f7b6b2b3952795d9a5c 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.cpp
|
| @@ -40,7 +40,8 @@ ScreenOrientationControllerImpl* ScreenOrientationControllerImpl::from(
|
| ScreenOrientationControllerImpl::ScreenOrientationControllerImpl(
|
| LocalFrame& frame,
|
| WebScreenOrientationClient* client)
|
| - : ContextLifecycleObserver(frame.document()),
|
| + : ScreenOrientationController(frame),
|
| + ContextLifecycleObserver(frame.document()),
|
| PlatformEventController(frame.page()),
|
| m_client(client),
|
| m_dispatchEventTimer(
|
|
|