Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index a8bb967ccd28eda6f44ecbb7bee578e7afa13204..eaf6330e35b6ea787c5349288f48f9e8b436d0b6 100644 |
--- a/Source/core/frame/FrameView.h |
+++ b/Source/core/frame/FrameView.h |
@@ -103,7 +103,6 @@ public: |
PassRefPtrWillBeRawPtr<Scrollbar> createScrollbar(ScrollbarOrientation); |
void setContentsSize(const IntSize&); |
- IntPoint clampOffsetAtScale(const IntPoint& offset, float scale) const; |
skobes
2015/08/24 18:50:24
Yay, removing code from FrameView :)
|
void layout(); |
bool didFirstLayout() const; |