Index: cc/trees/layer_tree_host_impl.cc |
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc |
index fbe68d261bc35b36334a92b09436e9683b9ea6e4..32393e76a801dfb74c0435e309bffcc46c2c9c5e 100644 |
--- a/cc/trees/layer_tree_host_impl.cc |
+++ b/cc/trees/layer_tree_host_impl.cc |
@@ -2380,7 +2380,7 @@ void LayerTreeHostImpl::ImageDecodeFinished( |
bool decode_succeeded) { |
completed_image_decode_callbacks_.emplace_back( |
base::Bind(embedder_callback, decode_succeeded)); |
- client_->SetNeedsCommitOnImplThread(); |
+ client_->NotifyImageDecodeRequestFinished(); |
} |
std::vector<base::Closure> |