Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3113)

Unified Diff: cc/test/fake_layer_tree_host_impl_client.h

Issue 11293121: Add latency measurement system (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor input event changes Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698