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

Unified Diff: Source/web/WebPopupMenuImpl.h

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: Reducing the surface area of this patch even further. Created 6 years, 5 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.h
diff --git a/Source/web/WebPopupMenuImpl.h b/Source/web/WebPopupMenuImpl.h
index 1fd1c5bbd0326e042a5469580d1412bea66470f3..b36c52e3f19812098c794fd2f6c8aca8f3820374 100644
--- a/Source/web/WebPopupMenuImpl.h
+++ b/Source/web/WebPopupMenuImpl.h
@@ -69,7 +69,7 @@ public:
virtual void willStartLiveResize() OVERRIDE FINAL;
virtual void resize(const WebSize&) OVERRIDE FINAL;
virtual void willEndLiveResize() OVERRIDE FINAL;
- virtual void animate(double frameBeginTime) OVERRIDE FINAL;
+ virtual void beginFrame(const WebBeginFrameArgs&) OVERRIDE FINAL;
virtual void layout() OVERRIDE FINAL;
virtual void paint(WebCanvas*, const WebRect&) OVERRIDE FINAL;
virtual void themeChanged() OVERRIDE FINAL;

Powered by Google App Engine
This is Rietveld 408576698