| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 4a091950a27cc9bb1c4a73695827c70a40ece935..d968b471be516ffc406dc5847fa0747f50736cbe 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -97,6 +97,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| void DidCompletePageScaleAnimationOnImplThread() override;
|
| void OnDrawForCompositorFrameSink(bool resourceless_software_draw) override;
|
| void NeedsImplSideInvalidation() override;
|
| + void NotifyImageDecodeRequestFinished() override;
|
|
|
| void RequestNewCompositorFrameSink();
|
|
|
| @@ -121,6 +122,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
|
|
| bool ShouldComposite() const;
|
| void ScheduleRequestNewCompositorFrameSink();
|
| + void IssueImageDecodeFinishedCallbacks();
|
|
|
| // Accessed on main thread only.
|
| LayerTreeHost* layer_tree_host_;
|
|
|