summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Chrome.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/page/Chrome.h')
-rw-r--r--WebCore/page/Chrome.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/page/Chrome.h b/WebCore/page/Chrome.h
index 0dd4013..47b912d 100644
--- a/WebCore/page/Chrome.h
+++ b/WebCore/page/Chrome.h
@@ -59,6 +59,9 @@ namespace WebCore {
virtual IntPoint screenToWindow(const IntPoint&) const;
virtual IntRect windowToScreen(const IntRect&) const;
virtual PlatformWidget platformWindow() const;
+ virtual void scrollRectIntoView(const IntRect&, const ScrollView*) const;
+
+ void contentsSizeChanged(Frame*, const IntSize&) const;
void setWindowRect(const FloatRect&) const;
FloatRect windowRect() const;