Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index 871d1b2cd5052b3c09ef742c07a98440b1c7e0f1..58da86c4accc4f75378e9a157a3bb1e3ecdf9fff 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -223,7 +223,7 @@ class CC_EXPORT ThreadProxy : public Proxy, |
// SchedulerClient implementation |
void WillBeginImplFrame(const BeginFrameArgs& args) override; |
void DidFinishImplFrame() override; |
- void ScheduledActionSendBeginMainFrame() override; |
+ void ScheduledActionSendBeginMainFrame(const BeginFrameArgs& args) override; |
DrawResult ScheduledActionDrawAndSwapIfPossible() override; |
DrawResult ScheduledActionDrawAndSwapForced() override; |
void ScheduledActionAnimate() override; |