summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_impl.h
diff options
context:
space:
mode:
authorsunnyps <sunnyps@chromium.org>2015-02-25 22:03:27 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-26 06:04:29 +0000
commitea328be16b456a4bd79a16579a3105858b8421d5 (patch)
tree44a7068b0ae37d11ff792e303a8457b0ccb0a24b /cc/trees/layer_tree_impl.h
parent7ec58118d756b92c7a8a63d1cacdf9a6442b44bf (diff)
downloadchromium_src-ea328be16b456a4bd79a16579a3105858b8421d5.zip
chromium_src-ea328be16b456a4bd79a16579a3105858b8421d5.tar.gz
chromium_src-ea328be16b456a4bd79a16579a3105858b8421d5.tar.bz2
cc: Misc animation refactoring
Make animation code conform to the style guide by using auto where appropriate, renaming functions named incorrectly, etc. Avoid accessing layer_animation_controller directly where possible. Review URL: https://codereview.chromium.org/948243003 Cr-Commit-Position: refs/heads/master@{#318195}
Diffstat (limited to 'cc/trees/layer_tree_impl.h')
-rw-r--r--cc/trees/layer_tree_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index 5935d29..f7b6ee4 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* GetAnimationRegistrar() const;
void PushPersistedState(LayerTreeImpl* pending_tree);