Index: Source/web/WebPagePopupImpl.cpp |
diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp |
index e03b673c6b831fd25b73511e2f98aab0546c9905..648ba90dfc2b77f2652ff8bb741956325b378f63 100644 |
--- a/Source/web/WebPagePopupImpl.cpp |
+++ b/Source/web/WebPagePopupImpl.cpp |
@@ -280,8 +280,10 @@ WebSize WebPagePopupImpl::size() |
return m_popupClient->contentSize(); |
} |
-void WebPagePopupImpl::animate(double) |
+void WebPagePopupImpl::beginFrame(const WebBeginFrameArgs& frameTime) |
{ |
+ // FIXME: This should use frameTime.lastFrameTimeMonotonic but doing so |
+ // breaks tests. |
PageWidgetDelegate::animate(m_page.get(), monotonicallyIncreasingTime()); |
} |