| Index: Source/modules/screen_orientation/ScreenOrientationController.h
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientationController.h b/Source/modules/screen_orientation/ScreenOrientationController.h
|
| index ff0e4a26ad379d204a9d6011d4b6bce0e3a0628d..414c6842127d17640b82d4c2c6bcc0967680ce76 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientationController.h
|
| +++ b/Source/modules/screen_orientation/ScreenOrientationController.h
|
| @@ -42,7 +42,8 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| - explicit ScreenOrientationController(LocalFrame&, WebScreenOrientationClient*);
|
| + ScreenOrientationController(LocalFrame&, WebScreenOrientationClient*);
|
| +
|
| static WebScreenOrientationType computeOrientation(FrameView*);
|
|
|
| // Inherited from PlatformEventController.
|
|
|