Index: cc/test/fake_layer_tree_host_impl_client.h |
diff --git a/cc/test/fake_layer_tree_host_impl_client.h b/cc/test/fake_layer_tree_host_impl_client.h |
index fdeb7ea00f350859b2e115483d4c02cb9f5c1a5a..876b0427da5cfbfb0de8c5671bb1c4b2fd2974e2 100644 |
--- a/cc/test/fake_layer_tree_host_impl_client.h |
+++ b/cc/test/fake_layer_tree_host_impl_client.h |
@@ -26,6 +26,8 @@ class FakeLayerTreeHostImplClient : public LayerTreeHostImplClient { |
base::Time) OVERRIDE { } |
virtual bool reduceContentsTextureMemoryOnImplThread(size_t, int) OVERRIDE; |
virtual void sendManagedMemoryStats() OVERRIDE { } |
+ virtual void onReceivedLatencyInfo( |
+ const WebKit::WebLatencyInfoImpl&) OVERRIDE { } |
}; |
} // namespace cc |