Index: trunk/src/cc/trees/layer_tree_host_unittest_animation.cc |
=================================================================== |
--- trunk/src/cc/trees/layer_tree_host_unittest_animation.cc (revision 191412) |
+++ 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 |
___________________________________________________________________ |
Added: svn:mergeinfo |