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

Unified Diff: cc/tree_synchronizer_unittest.cc

Issue 12517003: cc: Chromify the Animation and LayerAnimationController classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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
« no previous file with comments | « cc/top_controls_manager.cc ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « cc/top_controls_manager.cc ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698