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

Unified Diff: cc/test/scheduler_test_common.h

Issue 1681393003: cc: Add MainAndImplFrameTimeDelta UMA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: - active_tree_needs_first_draw_ = true Created 4 years, 10 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
« no previous file with comments | « cc/scheduler/scheduler_unittest.cc ('k') | cc/test/scheduler_test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/scheduler_test_common.h
diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h
index 3993c9f722b3f7271c712ea28569c43f9f30d955..d442aca73ace37335628a7892926547033f88d37 100644
--- a/cc/test/scheduler_test_common.h
+++ b/cc/test/scheduler_test_common.h
@@ -164,7 +164,8 @@ class TestSyntheticBeginFrameSource : public SyntheticBeginFrameSource {
class FakeCompositorTimingHistory : public CompositorTimingHistory {
public:
- static scoped_ptr<FakeCompositorTimingHistory> Create();
+ static scoped_ptr<FakeCompositorTimingHistory> Create(
+ bool using_synchronous_renderer_compositor);
~FakeCompositorTimingHistory() override;
void SetAllEstimatesTo(base::TimeDelta duration);
@@ -190,7 +191,8 @@ class FakeCompositorTimingHistory : public CompositorTimingHistory {
base::TimeDelta DrawDurationEstimate() const override;
protected:
- FakeCompositorTimingHistory(scoped_ptr<RenderingStatsInstrumentation>
+ FakeCompositorTimingHistory(bool using_synchronous_renderer_compositor,
+ scoped_ptr<RenderingStatsInstrumentation>
rendering_stats_instrumentation_owned);
scoped_ptr<RenderingStatsInstrumentation>
« no previous file with comments | « cc/scheduler/scheduler_unittest.cc ('k') | cc/test/scheduler_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698