| Index: cc/test/fake_layer_tree_host_client.h
|
| diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h
|
| index 9e5cdfcbc4e65dfc091fac30d383df4d68554230..1d652573e1f4d08b8e97f06922473d80092bc993 100644
|
| --- a/cc/test/fake_layer_tree_host_client.h
|
| +++ b/cc/test/fake_layer_tree_host_client.h
|
| @@ -34,6 +34,7 @@ public:
|
| virtual void didCommit() OVERRIDE { }
|
| virtual void didCommitAndDrawFrame() OVERRIDE { }
|
| virtual void didCompleteSwapBuffers() OVERRIDE { }
|
| + virtual void onReceivedLatencyInfo(const WebKit::WebLatencyInfoImpl&) OVERRIDE { }
|
|
|
| // Used only in the single-threaded path.
|
| virtual void scheduleComposite() OVERRIDE { }
|
|
|