| Index: cc/tree_synchronizer_unittest.cc
|
| diff --git a/cc/tree_synchronizer_unittest.cc b/cc/tree_synchronizer_unittest.cc
|
| index d4e9def1b5349ebbab83054770293f6719f4bce7..dc9278782a6fb1c0d04a5c6cf0bc585ed696043d 100644
|
| --- a/cc/tree_synchronizer_unittest.cc
|
| +++ b/cc/tree_synchronizer_unittest.cc
|
| @@ -91,9 +91,9 @@ private:
|
|
|
| virtual ~FakeLayerAnimationController() { }
|
|
|
| - virtual void pushAnimationUpdatesTo(LayerAnimationController* controllerImpl) OVERRIDE
|
| + virtual void PushAnimationUpdatesTo(LayerAnimationController* controllerImpl) OVERRIDE
|
| {
|
| - LayerAnimationController::pushAnimationUpdatesTo(controllerImpl);
|
| + LayerAnimationController::PushAnimationUpdatesTo(controllerImpl);
|
| m_synchronizedAnimations = true;
|
| }
|
|
|
|
|