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

Unified Diff: Source/web/WebPagePopupImpl.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: Fixing Adam+Shane's feedback. 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/WebPagePopupImpl.h
diff --git a/Source/web/WebPagePopupImpl.h b/Source/web/WebPagePopupImpl.h
index ff132e3ee764bc75ececbd1a45f5dd87d95c87f8..c4f8cd652f85a15376f3e52335f32266d99c8fc9 100644
--- a/Source/web/WebPagePopupImpl.h
+++ b/Source/web/WebPagePopupImpl.h
@@ -70,7 +70,7 @@ public:
private:
// WebWidget functions
virtual WebSize size() OVERRIDE;
- virtual void animate(double) OVERRIDE;
+ virtual void animate(WebFrameTime) OVERRIDE;
virtual void layout() OVERRIDE;
virtual void willCloseLayerTreeView() OVERRIDE;
virtual void paint(WebCanvas*, const WebRect&) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698