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

Unified Diff: cc/layers/layer.h

Issue 1698813002: CC Animation: Expose TargetProperty enum to be aliased in Blink Platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use custom hash in unordered_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..8008a5c5600a19771635a0e26f0c9c6ae46b0c68 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -217,8 +217,7 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
void SetTransformOrigin(const gfx::Point3F&);
gfx::Point3F transform_origin() const { return transform_origin_; }
- bool HasAnyAnimationTargetingProperty(
- Animation::TargetProperty property) const;
+ bool HasAnyAnimationTargetingProperty(AnimationTargetProperty property) const;
bool ScrollOffsetAnimationWasInterrupted() const;
« cc/animation/layer_animation_controller.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