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

Unified Diff: cc/layers/layer.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: 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
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 547b422ac4be16f8ed087ebe48f70ff41e0d3ee0..ee91b474e0a57cd575b5b4295ccbf68c27d88206 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -218,7 +218,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
gfx::Point3F transform_origin() const { return transform_origin_; }
bool HasAnyAnimationTargetingProperty(
- Animation::TargetProperty property) const;
+ AnimationTargetProperty::Enum property) const;
bool ScrollOffsetAnimationWasInterrupted() const;
« cc/animation/animation_target_property.h ('K') | « cc/cc.gyp ('k') | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698