Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index 14733f788a71b77fbd401d0014efde433a36832f..09ab834c3995c5c1bca8e5757fcddc1dfac534d3 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -207,6 +207,7 @@ class CC_EXPORT ThreadProxy : public Proxy, |
base::TimeDelta delay) override; |
void DidActivateSyncTree() override; |
void DidPrepareTiles() override; |
+ void DidCompletePageScaleAnimationOnImplThread() override; |
// SchedulerClient implementation |
void WillBeginImplFrame(const BeginFrameArgs& args) override; |
@@ -249,6 +250,7 @@ class CC_EXPORT ThreadProxy : public Proxy, |
void DidInitializeOutputSurface(bool success, |
const RendererCapabilities& capabilities); |
void SendCommitRequestToImplThreadIfNeeded(); |
+ void DidCompletePageScaleAnimation(); |
// Called on impl thread. |
struct SchedulerStateRequest; |