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

Unified Diff: cc/trees/layer_tree_impl.h

Issue 948243003: cc: Misc animation refactoring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compile issues Created 5 years, 10 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/trees/layer_tree_host_unittest_animation.cc ('k') | cc/trees/layer_tree_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_impl.h
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index 5935d29e77cac830e0d1d8269922be242ab4343d..60acaf51a4ab34a4c662955db2ee587ad61138d5 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -239,7 +239,7 @@ class CC_EXPORT LayerTreeImpl {
size_t NumLayers();
- AnimationRegistrar* animationRegistrar() const;
+ AnimationRegistrar* animation_registrar() const;
sunnyps 2015/02/24 06:22:25 I know this method is not inlined and is yet using
danakj 2015/02/24 07:21:17 I think what you want is GetAnimationRegistrar().
sunnyps 2015/02/24 20:13:37 Done.
void PushPersistedState(LayerTreeImpl* pending_tree);
« no previous file with comments | « cc/trees/layer_tree_host_unittest_animation.cc ('k') | cc/trees/layer_tree_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698