| 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 88010b70467a81d8fa3f9e183203458120ad5e54..dadb7f5da61ef47c061c04d9de658e219791cdec 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| @@ -64,6 +64,8 @@ class MODULES_EXPORT ScreenOrientationControllerImpl final
|
|
|
| void dispatchEventTimerFired(TimerBase*);
|
|
|
| + bool isActive() const;
|
| + bool isVisible() const;
|
| bool isActiveAndVisible() const;
|
|
|
| Member<ScreenOrientation> m_orientation;
|
|
|