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

Unified Diff: cc/test/fake_layer_tree_host_client.h

Issue 1137823002: Pass collected frame timing events to Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Send finishTime as well for Render events. Created 5 years, 7 months 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_client.h
diff --git a/cc/test/fake_layer_tree_host_client.h b/cc/test/fake_layer_tree_host_client.h
index b5093ad96c43490e27587e204b580bb41b4838f1..908db02c01c42fb9025ded2e9469f744f1d34d38 100644
--- a/cc/test/fake_layer_tree_host_client.h
+++ b/cc/test/fake_layer_tree_host_client.h
@@ -43,6 +43,10 @@ class FakeLayerTreeHostClient : public LayerTreeHostClient,
void ApplyViewportDeltas(const gfx::Vector2d& scroll_delta,
float page_scale,
float top_controls_delta) override {}
+ void RecordCompositeTimings(
+ FrameTimingTracker::CompositeTimingSet* composites) override {}
+ void RecordRenderTimings(
+ FrameTimingTracker::MainFrameTimingSet* renders) override {}
void RequestNewOutputSurface() override;
void DidInitializeOutputSurface() override {}

Powered by Google App Engine
This is Rietveld 408576698