| 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 54a16aa819d946c0c28f5545452285a0913cee22..8201dc41aa7750046511200518afa12e9cd09f29 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -90,6 +90,7 @@ class LayerTreeHostImplClient {
|
| // SetNeedsAnimate().
|
| virtual void SetNeedsRedrawOnImplThread() = 0;
|
| virtual void SetNeedsRedrawRectOnImplThread(const gfx::Rect& damage_rect) = 0;
|
| + virtual void OutputSurfaceDidRequestDraw() = 0;
|
| virtual void SetNeedsAnimateOnImplThread() = 0;
|
| virtual void SetNeedsCommitOnImplThread() = 0;
|
| virtual void SetNeedsPrepareTilesOnImplThread() = 0;
|
| @@ -257,6 +258,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| void CommitVSyncParameters(base::TimeTicks timebase,
|
| base::TimeDelta interval) override;
|
| void SetNeedsRedrawRect(const gfx::Rect& rect) override;
|
| + void RequestDraw() override;
|
| void SetExternalDrawConstraints(
|
| const gfx::Transform& transform,
|
| const gfx::Rect& viewport,
|
|
|