| Index: cc/trees/proxy_impl.cc | 
| diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc | 
| index 01a96109c89b35458a7809fa057bb4e4aea17778..8ef7061d44f034f81fc88b437168e960248eff5b 100644 | 
| --- a/cc/trees/proxy_impl.cc | 
| +++ b/cc/trees/proxy_impl.cc | 
| @@ -473,6 +473,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); | 
|  |