Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index b19dcb9c89b1cbf1c3bab7a0ff6707cd434e8c08..b1f859ad8c7b2bae8b190db66bd093858ab72eb8 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -180,7 +180,7 @@ class ThreadProxy : public Proxy, |
void AsValueOnImplThread(CompletionEvent* completion, |
base::DictionaryValue* state) const; |
void RenewTreePriorityOnImplThread(); |
- void DidSwapUseIncompleteTileOnImplThread(); |
+ void SetSwapUsedIncompleteTileOnImplThread(bool used_incomplete_tile); |
void StartScrollbarAnimationOnImplThread(); |
void MainThreadHasStoppedFlingingOnImplThread(); |
void SetInputThrottledUntilCommitOnImplThread(bool is_throttled); |