| 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 ed417468b50bb4bb48f727e6400ba6861ee93a02..795ded5749d7dc062a0af3213c800f71e58b8be0 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;
|
|
|