| Index: cc/trees/layer_tree_host_impl.h
|
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
|
| index 6b53b46c2d93cc0762504f59fb46855a80443b63..63716d266cf349906ede21810712b2d7c948b9cd 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -127,6 +127,8 @@ class LayerTreeHostImplClient {
|
| bool resourceless_software_draw) = 0;
|
|
|
| virtual void NeedsImplSideInvalidation() = 0;
|
| + // Called when a requested image decode completes.
|
| + virtual void NotifyImageDecodeRequestFinished() = 0;
|
|
|
| protected:
|
| virtual ~LayerTreeHostImplClient() {}
|
|
|