Chromium Code Reviews| Index: Source/core/page/FrameView.h |
| diff --git a/Source/core/page/FrameView.h b/Source/core/page/FrameView.h |
| index 6440cc93f247bbfd3e61c887f6c4bccb6ebf5e28..d1c64579d1834294b7128001fcc655fb48ed9b19 100644 |
| --- a/Source/core/page/FrameView.h |
| +++ b/Source/core/page/FrameView.h |
| @@ -337,6 +337,9 @@ public: |
| // DEPRECATED: Use viewportConstrainedVisibleContentRect() instead. |
| IntSize scrollOffsetForFixedPosition() const; |
| + // Only called for main frame. Input object can be cross frame. |
|
falken
2013/08/22 12:40:34
Can you elaborate on this comment, it's a bit cryp
|
| + void setCurrentFullscreenRenderer(RenderObject*); |
| + |
| protected: |
| virtual bool scrollContentsFastPath(const IntSize& scrollDelta, const IntRect& rectToScroll, const IntRect& clipRect); |
| virtual void scrollContentsSlowPath(const IntRect& updateRect); |