diff options
Diffstat (limited to 'WebCore/page/FrameView.h')
-rw-r--r-- | WebCore/page/FrameView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/page/FrameView.h b/WebCore/page/FrameView.h index b047db0..868a15f 100644 --- a/WebCore/page/FrameView.h +++ b/WebCore/page/FrameView.h @@ -143,7 +143,7 @@ public: virtual IntRect windowResizerRect() const; void setScrollPosition(const IntPoint&); - void scrollPositionChanged(); + void scrollPositionChangedViaPlatformWidget(); virtual void repaintFixedElementsAfterScrolling(); String mediaType() const; |