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

Unified Diff: cc/blink/web_to_cc_animation_delegate_adapter.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/blink/web_to_cc_animation_delegate_adapter.h
diff --git a/cc/blink/web_to_cc_animation_delegate_adapter.h b/cc/blink/web_to_cc_animation_delegate_adapter.h
index 343afa51c230be85f7eeb78895f489525e796639..d4bc67cba9a32e2d9a0e56e52aaf2b057ecdae6a 100644
--- a/cc/blink/web_to_cc_animation_delegate_adapter.h
+++ b/cc/blink/web_to_cc_animation_delegate_adapter.h
@@ -22,13 +22,13 @@ class WebToCCAnimationDelegateAdapter : public cc::AnimationDelegate {
private:
void NotifyAnimationStarted(base::TimeTicks monotonic_time,
- cc::Animation::TargetProperty target_property,
+ cc::AnimationTargetProperty target_property,
int group) override;
void NotifyAnimationFinished(base::TimeTicks monotonic_time,
- cc::Animation::TargetProperty target_property,
+ cc::AnimationTargetProperty target_property,
int group) override;
void NotifyAnimationAborted(base::TimeTicks monotonic_time,
- cc::Animation::TargetProperty target_property,
+ cc::AnimationTargetProperty target_property,
int group) override;
blink::WebCompositorAnimationDelegate* delegate_;

Powered by Google App Engine
This is Rietveld 408576698