Index: Source/web/WebPagePopupImpl.cpp |
diff --git a/Source/web/WebPagePopupImpl.cpp b/Source/web/WebPagePopupImpl.cpp |
index ab24a7d3d2d3bf498bc7112b79db387c5cd3b33b..36041102611e542a14d74cb87f66f6ba71bf5f66 100644 |
--- a/Source/web/WebPagePopupImpl.cpp |
+++ b/Source/web/WebPagePopupImpl.cpp |
@@ -285,9 +285,9 @@ WebSize WebPagePopupImpl::size() |
return m_popupClient->contentSize(); |
} |
-void WebPagePopupImpl::animate(double) |
+void WebPagePopupImpl::animate(WebFrameTime frameTime) |
{ |
- PageWidgetDelegate::animate(m_page.get(), monotonicallyIncreasingTime()); |
+ PageWidgetDelegate::animate(m_page.get(), frameTime); |
} |
void WebPagePopupImpl::willCloseLayerTreeView() |