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

Unified Diff: cc/animation/animation_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/animation/animation_events.cc ('k') | cc/animation/animation_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation/animation_host.h
diff --git a/cc/animation/animation_host.h b/cc/animation/animation_host.h
index 2cddf6a0d4e169355e8a554091bc32ed47d6ad45..445209f0b57c0400c8807d2d0d50a22598adc13d 100644
--- a/cc/animation/animation_host.h
+++ b/cc/animation/animation_host.h
@@ -110,9 +110,8 @@ class CC_EXPORT AnimationHost {
bool HasPotentiallyRunningTransformAnimation(int layer_id,
LayerTreeType tree_type) const;
- bool HasAnyAnimationTargetingProperty(
- int layer_id,
- Animation::TargetProperty property) const;
+ bool HasAnyAnimationTargetingProperty(int layer_id,
+ TargetProperty::Type property) const;
bool FilterIsAnimatingOnImplOnly(int layer_id) const;
bool OpacityIsAnimatingOnImplOnly(int layer_id) const;
« no previous file with comments | « cc/animation/animation_events.cc ('k') | cc/animation/animation_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698