| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| index 72ca677d880840c2123b3e7c3a06aa7e509238c3..90fcfdebbeb063070fefb67a084ad35150f4c152 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| @@ -65,6 +65,8 @@ class MODULES_EXPORT ScreenOrientationControllerImpl final
|
|
|
| void dispatchEventTimerFired(TimerBase*);
|
|
|
| + bool isActive() const;
|
| + bool isVisible() const;
|
| bool isActiveAndVisible() const;
|
|
|
| Member<ScreenOrientation> m_orientation;
|
|
|