Index: cc/trees/proxy_impl.cc |
diff --git a/cc/trees/proxy_impl.cc b/cc/trees/proxy_impl.cc |
index 3d3b4a6539d88103df901bc209211713999a9d3c..805be33924d1932b6f0a9dc36dfdd47286afb2ed 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); |