summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/HostWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/HostWindow.h')
-rw-r--r--WebCore/platform/HostWindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/platform/HostWindow.h b/WebCore/platform/HostWindow.h
index dc681a1..e7316a7 100644
--- a/WebCore/platform/HostWindow.h
+++ b/WebCore/platform/HostWindow.h
@@ -54,10 +54,6 @@ public:
// Method for retrieving the native client of the page.
virtual PlatformPageClient platformPageClient() const = 0;
- // For scrolling a rect into view recursively. Useful in the cases where a WebView is embedded inside some containing
- // platform-specific ScrollView.
- virtual void scrollRectIntoView(const IntRect&, const ScrollView*) const = 0;
-
// To notify WebKit of scrollbar mode changes.
virtual void scrollbarsModeDidChange() const = 0;
};