| Index: Source/web/FullscreenController.h
|
| diff --git a/Source/web/FullscreenController.h b/Source/web/FullscreenController.h
|
| index 073647abba0a736e46fe13794235030da4a411bc..a34254f00563a2078e039813c01b9c0216c75f1e 100644
|
| --- a/Source/web/FullscreenController.h
|
| +++ b/Source/web/FullscreenController.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef FullscreenController_h
|
| #define FullscreenController_h
|
|
|
| +#include "core/rendering/RenderFullScreen.h"
|
| #include "platform/geometry/FloatPoint.h"
|
| #include "platform/geometry/IntSize.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -55,6 +56,8 @@ public:
|
|
|
| bool isFullscreen() { return m_fullScreenFrame; }
|
|
|
| + void updateSize();
|
| +
|
| void trace(Visitor*);
|
|
|
| protected:
|
|
|