Index: Source/web/WebPagePopupImpl.h |
diff --git a/Source/web/WebPagePopupImpl.h b/Source/web/WebPagePopupImpl.h |
index ff132e3ee764bc75ececbd1a45f5dd87d95c87f8..a8cf0b0c8db4fb7026a4264714f89af8e66c223b 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 beginFrame(const WebBeginFrameArgs) OVERRIDE; |
virtual void layout() OVERRIDE; |
virtual void willCloseLayerTreeView() OVERRIDE; |
virtual void paint(WebCanvas*, const WebRect&) OVERRIDE; |