| Index: cc/layer_tree_host_client.h
|
| diff --git a/cc/layer_tree_host_client.h b/cc/layer_tree_host_client.h
|
| index 6657f59a8f268e8e7e4004810d31d3a327f28e41..e966f21c0542bbc890b95667a153b0576aee0871 100644
|
| --- a/cc/layer_tree_host_client.h
|
| +++ b/cc/layer_tree_host_client.h
|
| @@ -15,6 +15,7 @@ namespace cc {
|
| class FontAtlas;
|
| class InputHandler;
|
| class OutputSurface;
|
| +struct LatencyInfo;
|
|
|
| class LayerTreeHostClient {
|
| public:
|
| @@ -31,6 +32,7 @@ public:
|
| virtual void didCommit() = 0;
|
| virtual void didCommitAndDrawFrame() = 0;
|
| virtual void didCompleteSwapBuffers() = 0;
|
| + virtual void onReceivedLatencyInfo(const LatencyInfo&) = 0;
|
|
|
| // Used only in the single-threaded path.
|
| virtual void scheduleComposite() = 0;
|
|
|