| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 685b11a8bd61bc0c71ff12cc984c69942bf3968d..14461f75a7a48f303bb4fd66dd97e3df43bdf4a0 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -102,6 +102,7 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| bool DoComposite(base::TimeTicks frame_begin_time,
|
| LayerTreeHostImpl::FrameData* frame);
|
| void DidSwapFrame();
|
| + void DidLoseOutputSurface();
|
|
|
| bool ShouldComposite() const;
|
| void UpdateBackgroundAnimateTicking();
|
| @@ -119,6 +120,8 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
|
|
| bool inside_draw_;
|
|
|
| + base::WeakPtrFactory<SingleThreadProxy> weak_factory_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(SingleThreadProxy);
|
| };
|
|
|
|
|