| Index: Source/modules/screen_orientation/ScreenOrientationController.h
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientationController.h b/Source/modules/screen_orientation/ScreenOrientationController.h
|
| index 7bbefe9ab30b7fac83c2052d65dfba009eea3f09..a0897a7cf9fdce07aa91e54bec02d3e3752369bd 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientationController.h
|
| +++ b/Source/modules/screen_orientation/ScreenOrientationController.h
|
| @@ -54,9 +54,12 @@ private:
|
|
|
| void updateOrientation();
|
|
|
| + void notifyPlatform();
|
| +
|
| PersistentWillBeMember<ScreenOrientation> m_orientation;
|
| blink::WebScreenOrientationClient* m_client;
|
| LocalFrame& m_frame;
|
| + bool m_platformListening;
|
| };
|
|
|
| } // namespace WebCore
|
|
|