| Index: cc/trees/thread_proxy.h
|
| diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h
|
| index 8122bf4e7d1bc873edce164b3c9d92a15a9dfcf3..e5dff5e1f4c21264c94c8057a699421e6ad95246 100644
|
| --- a/cc/trees/thread_proxy.h
|
| +++ b/cc/trees/thread_proxy.h
|
| @@ -177,7 +177,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);
|
|
|