Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1945)

Unified Diff: Source/web/WebPopupMenuImpl.cpp

Issue 321373003: Changing animate to beginFrame and use struct rather than naked double to allow extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/web/WebPopupMenuImpl.cpp
diff --git a/Source/web/WebPopupMenuImpl.cpp b/Source/web/WebPopupMenuImpl.cpp
index b9048ba7e01488e00c71e4341df78e6bc50e3701..0ce8d48263eb02a888430c0df71cbb2a29156d94 100644
--- a/Source/web/WebPopupMenuImpl.cpp
+++ b/Source/web/WebPopupMenuImpl.cpp
@@ -204,7 +204,7 @@ void WebPopupMenuImpl::willEndLiveResize()
{
}
-void WebPopupMenuImpl::animate(double)
+void WebPopupMenuImpl::animate(WebFrameTime)
{
}

Powered by Google App Engine
This is Rietveld 408576698