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

Unified Diff: cc/layer_tree_host_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/layer_tree_host_client.h
diff --git a/cc/layer_tree_host_client.h b/cc/layer_tree_host_client.h
index 6657f59a8f268e8e7e4004810d31d3a327f28e41..37eb742e0e8b0cd3a3e277ea0b0513b2398de1e2 100644
--- a/cc/layer_tree_host_client.h
+++ b/cc/layer_tree_host_client.h
@@ -11,6 +11,10 @@ namespace gfx {
class Vector2d;
}
+namespace WebKit {
+struct WebLatencyInfoImpl;
+}
+
namespace cc {
class FontAtlas;
class InputHandler;
@@ -31,6 +35,7 @@ public:
virtual void didCommit() = 0;
virtual void didCommitAndDrawFrame() = 0;
virtual void didCompleteSwapBuffers() = 0;
+ virtual void onReceivedLatencyInfo(const WebKit::WebLatencyInfoImpl&) = 0;
// Used only in the single-threaded path.
virtual void scheduleComposite() = 0;
« cc/gl_renderer.h ('K') | « cc/layer_tree_host.cc ('k') | cc/layer_tree_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698