summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/page/Chrome.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/page/Chrome.h')
-rw-r--r--Source/WebCore/page/Chrome.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebCore/page/Chrome.h b/Source/WebCore/page/Chrome.h
index 93b8c4a..0afd807 100644
--- a/Source/WebCore/page/Chrome.h
+++ b/Source/WebCore/page/Chrome.h
@@ -78,6 +78,9 @@ namespace WebCore {
virtual PlatformPageClient platformPageClient() const;
virtual void scrollbarsModeDidChange() const;
virtual void setCursor(const Cursor&);
+#if ENABLE(REQUEST_ANIMATION_FRAME)
+ virtual void scheduleAnimation();
+#endif
void scrollRectIntoView(const IntRect&) const;