| Index: Source/modules/screen_orientation/ScreenOrientationController.h
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientationController.h b/Source/modules/screen_orientation/ScreenOrientationController.h
|
| index 1fbd0b82d945f39c8bdd89f812fa6818da57d65e..71bc9546996c620cf14674765044d75ad15e1e8e 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientationController.h
|
| +++ b/Source/modules/screen_orientation/ScreenOrientationController.h
|
| @@ -25,6 +25,8 @@ class ScreenOrientationController FINAL : public NoBaseWillBeGarbageCollectedFin
|
| public:
|
| virtual ~ScreenOrientationController();
|
|
|
| + virtual void persistentHostHasBeenDestroyed() OVERRIDE;
|
| +
|
| blink::WebScreenOrientationType orientation() const;
|
|
|
| static void provideTo(LocalFrame&, blink::WebScreenOrientationClient*);
|
|
|