summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/page/Chrome.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/page/Chrome.cpp')
-rw-r--r--Source/WebCore/page/Chrome.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/WebCore/page/Chrome.cpp b/Source/WebCore/page/Chrome.cpp
index 0405408..d96b6c9 100644
--- a/Source/WebCore/page/Chrome.cpp
+++ b/Source/WebCore/page/Chrome.cpp
@@ -445,6 +445,13 @@ void Chrome::setCursor(const Cursor& cursor)
m_client->setCursor(cursor);
}
+#if ENABLE(REQUEST_ANIMATION_FRAME)
+void Chrome::scheduleAnimation()
+{
+ m_client->scheduleAnimation();
+}
+#endif
+
#if ENABLE(NOTIFICATIONS)
NotificationPresenter* Chrome::notificationPresenter() const
{