| Index: cc/trees/layer_tree_host_unittest_animation.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_animation.cc b/cc/trees/layer_tree_host_unittest_animation.cc
|
| index b6a79b31f8aab403c89f0c1f64b579990ac1ed23..38cc0c5ae6d6e939ac2c9368243367110e87ece6 100644
|
| --- a/cc/trees/layer_tree_host_unittest_animation.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_animation.cc
|
| @@ -388,7 +388,7 @@ class LayerTreeHostAnimationTestDoNotSkipLayersWithAnimatedOpacity
|
| virtual void AfterTest() OVERRIDE {
|
| // Update() should have been called once, proving that the layer was not
|
| // skipped.
|
| - EXPECT_EQ(1, update_check_layer_->update_count());
|
| + EXPECT_EQ(1u, update_check_layer_->update_count());
|
|
|
| // clear update_check_layer_ so LayerTreeHost dies.
|
| update_check_layer_ = NULL;
|
|
|