Index: Source/core/page/FrameView.h |
diff --git a/Source/core/page/FrameView.h b/Source/core/page/FrameView.h |
index 853d4e757c428e1f3fecfaafcac15c5796d82420..1c0bcfc006cc4b3bc2d9368e1c0992e8b20dfd4b 100644 |
--- a/Source/core/page/FrameView.h |
+++ b/Source/core/page/FrameView.h |
@@ -337,6 +337,9 @@ public: |
PartialLayoutState& partialLayout() { return m_partialLayout; } |
+ // Only called for main frame. Input object can be cross frame. |
+ void setCurrentFullscreenRenderer(RenderObject*); |
+ |
protected: |
virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect); |
virtual void scrollContentsSlowPath(const IntRect& updateRect); |