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

Unified Diff: cc/test/animation_test_common.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/test/animation_test_common.h
diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h
index 19e7a7c24953b6609d9e21956fc367b5fb0aeb97..b21b65400b36784fd6fde7caf3e1477813d707c1 100644
--- a/cc/test/animation_test_common.h
+++ b/cc/test/animation_test_common.h
@@ -263,7 +263,7 @@ int AddOpacityTransitionToLayerWithPlayer(
void AbortAnimationsOnLayerWithPlayer(
int layer_id,
scoped_refptr<AnimationTimeline> timeline,
- Animation::TargetProperty target_property);
+ AnimationTargetProperty::Enum target_property);
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698