Index: Source/core/frame/FrameView.h |
diff --git a/Source/core/frame/FrameView.h b/Source/core/frame/FrameView.h |
index 429b11d5fe464ca8d208b43322e6533077f55e1a..466ba39aa283b28c075ad2272bf5470455376ada 100644 |
--- a/Source/core/frame/FrameView.h |
+++ b/Source/core/frame/FrameView.h |
@@ -146,6 +146,7 @@ public: |
void setInputEventsTransformForEmulation(const IntSize&, float); |
virtual void setScrollPosition(const IntPoint&) OVERRIDE; |
+ virtual void invalidateFixedElementsBeforeScrolling(const IntSize&, const IntRect&); |
virtual void repaintFixedElementsAfterScrolling() OVERRIDE; |
abarth-chromium
2014/03/08 06:54:52
OVERRIDE?
ykyyip
2014/03/11 01:59:39
Done.
|
virtual void updateFixedElementsAfterScrolling() OVERRIDE; |
virtual bool shouldRubberBandInDirection(ScrollDirection) const OVERRIDE; |