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

Unified Diff: cc/trees/layer_tree_host.h

Issue 1700653002: CC Animation: Expose TargetProperty enum to be aliased in Blink Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 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/test/test_hooks.h ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index 453c75f916e73eecb44da3a54a2a9851281e0ddb..c98500234c9cff8c68ff0a0965d9929b19491552 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -397,9 +397,8 @@ class CC_EXPORT LayerTreeHost : public MutatorHostClient {
bool HasOnlyTranslationTransforms(const Layer* layer) const;
bool MaximumTargetScale(const Layer* layer, float* max_scale) const;
bool AnimationStartScale(const Layer* layer, float* start_scale) const;
- bool HasAnyAnimationTargetingProperty(
- const Layer* layer,
- Animation::TargetProperty property) const;
+ bool HasAnyAnimationTargetingProperty(const Layer* layer,
+ TargetProperty::Type property) const;
bool AnimationsPreserveAxisAlignment(const Layer* layer) const;
bool HasAnyAnimation(const Layer* layer) const;
bool HasActiveAnimation(const Layer* layer) const;
« no previous file with comments | « cc/test/test_hooks.h ('k') | cc/trees/layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698