| Index: cc/trees/proxy_impl.cc | 
| diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc | 
| index 3817b28fa3cfc65a6c9eb2142a86cd7bce63ea98..82329d793279a211cd974608bce9aab4649b5680 100644 | 
| --- a/cc/trees/proxy_impl.cc | 
| +++ b/cc/trees/proxy_impl.cc | 
| @@ -437,6 +437,11 @@ void ProxyImpl::NeedsImplSideInvalidation() { | 
| scheduler_->SetNeedsImplSideInvalidation(); | 
| } | 
|  | 
| +void ProxyImpl::NotifyImageDecodeRequestFinished() { | 
| +  DCHECK(IsImplThread()); | 
| +  SetNeedsCommitOnImplThread(); | 
| +} | 
| + | 
| void ProxyImpl::WillBeginImplFrame(const BeginFrameArgs& args) { | 
| DCHECK(IsImplThread()); | 
| layer_tree_host_impl_->WillBeginImplFrame(args); | 
|  |