| Index: third_party/WebKit/Source/web/FullscreenController.h
|
| diff --git a/third_party/WebKit/Source/web/FullscreenController.h b/third_party/WebKit/Source/web/FullscreenController.h
|
| index a4e1ffd4a8f72bd2d74bc9120a14d3f613589753..ab4990582800751dcee97ecdaf02fef7e15c6322 100644
|
| --- a/third_party/WebKit/Source/web/FullscreenController.h
|
| +++ b/third_party/WebKit/Source/web/FullscreenController.h
|
| @@ -56,6 +56,8 @@ public:
|
|
|
| void updateSize();
|
|
|
| + void didUpdateLayout();
|
| +
|
| DECLARE_TRACE();
|
|
|
| protected:
|
| @@ -70,6 +72,7 @@ private:
|
| float m_exitFullscreenPageScaleFactor;
|
| IntSize m_exitFullscreenScrollOffset;
|
| FloatPoint m_exitFullscreenVisualViewportOffset;
|
| + bool m_needsScrollAndScaleRestore;
|
|
|
| // If set, the WebView is transitioning to fullscreen for this element.
|
| Member<Element> m_provisionalFullScreenElement;
|
|
|