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

Unified Diff: cc/layers/heads_up_display_unittest.cc

Issue 16871016: cc: Use BeginFrameArgs (Closed) Base URL: http://git.chromium.org/chromium/src.git@bfargs2
Patch Set: Rebase; Avoid double activate; Fix OutputSurface init and page scroll delta; Created 7 years, 5 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/layers/heads_up_display_unittest.cc
diff --git a/cc/layers/heads_up_display_unittest.cc b/cc/layers/heads_up_display_unittest.cc
index b9bd5db266aae9284a4be25529ebc7428dd0722a..27d73424feac5f4a9286d9ecb2666d1584f77225 100644
--- a/cc/layers/heads_up_display_unittest.cc
+++ b/cc/layers/heads_up_display_unittest.cc
@@ -46,6 +46,7 @@ class HudWithRootLayerChange : public HeadsUpDisplayTest {
virtual void DidCommit() OVERRIDE {
++num_commits_;
+ TRACE_EVENT1("cc", "DidCommit", "num_commits", num_commits_)
ASSERT_TRUE(layer_tree_host()->hud_layer());

Powered by Google App Engine
This is Rietveld 408576698