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

Unified Diff: trunk/src/cc/trees/layer_tree_host_unittest_animation.cc

Issue 13316003: Revert 191364 "cc: Add ‘chromium_code’: 1 to cc.gyp and cc_t..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 9 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: trunk/src/cc/trees/layer_tree_host_unittest_animation.cc
===================================================================
--- trunk/src/cc/trees/layer_tree_host_unittest_animation.cc (revision 191370)
+++ trunk/src/cc/trees/layer_tree_host_unittest_animation.cc (working copy)
@@ -388,7 +388,7 @@
virtual void AfterTest() OVERRIDE {
// Update() should have been called once, proving that the layer was not
// skipped.
- EXPECT_EQ(1u, update_check_layer_->update_count());
+ EXPECT_EQ(1, update_check_layer_->update_count());
// clear update_check_layer_ so LayerTreeHost dies.
update_check_layer_ = NULL;
Property changes on: trunk/src/cc/trees/layer_tree_host_unittest_animation.cc
___________________________________________________________________
Deleted: svn:mergeinfo
« no previous file with comments | « trunk/src/cc/trees/layer_tree_host_unittest.cc ('k') | trunk/src/cc/trees/layer_tree_host_unittest_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698