| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index 39cdceb91420f9d1040c3f7e542a7c1fddd1c775..179fe2c33b7ae9f4bc4aa535e11c6b38cac19d10 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -897,6 +897,7 @@ void ThreadProxy::BeginFrameAbortedByMainThreadOnImplThread(bool did_handle) {
|
| // values were applied and committed.
|
| if (did_handle) {
|
| layer_tree_host_impl_->active_tree()->ApplySentScrollAndScaleDeltas();
|
| + layer_tree_host_impl_->active_tree()->ResetContentsTexturesPurged();
|
| SetInputThrottledUntilCommitOnImplThread(false);
|
| }
|
| scheduler_on_impl_thread_->BeginFrameAbortedByMainThread(did_handle);
|
|
|