Index: cc/trees/proxy_impl.cc |
diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc |
index afced7e5c421a56d9cd9e32cb309272c6b659e5f..f7806037f99c37b785f299961255ed74c34a1fa6 100644 |
--- a/cc/trees/proxy_impl.cc |
+++ b/cc/trees/proxy_impl.cc |
@@ -463,6 +463,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); |