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

Unified Diff: ui/compositor/compositor.h

Issue 1152153003: [WIP] cc: Plumb frame timing info without using a commit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: ui/compositor/compositor.h
diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
index ff20e948341faff974c339403252b919b16da9b3..a4ba4021ae9e5c30563a08a584baf52c8ae92eba 100644
--- a/ui/compositor/compositor.h
+++ b/ui/compositor/compositor.h
@@ -299,6 +299,10 @@ class COMPOSITOR_EXPORT Compositor
void DidCompleteSwapBuffers() override;
void DidCompletePageScaleAnimation() override {}
void SendBeginFramesToChildren(const cc::BeginFrameArgs& args) override;
+ void RecordFrameTimingEvents(
+ scoped_ptr<cc::FrameTimingTracker::CompositeTimingSet> composite_events,
+ scoped_ptr<cc::FrameTimingTracker::MainFrameTimingSet> main_frame_events)
+ override {}
// cc::LayerTreeHostSingleThreadClient implementation.
void DidPostSwapBuffers() override;

Powered by Google App Engine
This is Rietveld 408576698