| Index: cc/trees/layer_tree_host_client.h
|
| diff --git a/cc/trees/layer_tree_host_client.h b/cc/trees/layer_tree_host_client.h
|
| index 84416d60ef01c5cd173116ab7b64ab8955f8cf65..f54a69b0217234f89e5eb86b1699266d0d0142ba 100644
|
| --- a/cc/trees/layer_tree_host_client.h
|
| +++ b/cc/trees/layer_tree_host_client.h
|
| @@ -8,6 +8,7 @@
|
| #include <memory>
|
|
|
| #include "base/memory/ref_counted.h"
|
| +#include "base/time/time.h"
|
|
|
| namespace gfx {
|
| class Vector2dF;
|
| @@ -24,6 +25,7 @@ class LayerTreeHostClient {
|
| // mode, this corresponds to DidCommit().
|
| virtual void BeginMainFrame(const BeginFrameArgs& args) = 0;
|
| virtual void BeginMainFrameNotExpectedSoon() = 0;
|
| + virtual void BeginMainFrameNotExpectedUntil(base::TimeTicks time) = 0;
|
| virtual void DidBeginMainFrame() = 0;
|
| // A LayerTreeHost is bound to a LayerTreeHostClient. Visual frame-based
|
| // updates to the state of the LayerTreeHost are expected to happen only in
|
|
|