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

Unified Diff: third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html

Issue 2674573006: [DevTools] Migrate TargetObserver to AnimationModel observer where makes sense. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching-animations.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html
diff --git a/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html b/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html
index 33f3fd3ca89240643a6f93feb503f7c3e65eaeab..3430aae9711535ee7c3a69aa80b9e1924315b97d 100644
--- a/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html
+++ b/third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching.html
@@ -44,7 +44,7 @@ function test()
function startTransition()
{
- var model = Animation.AnimationModel.fromTarget(InspectorTest.mainTarget);
+ var model = InspectorTest.mainTarget.model(Animation.AnimationModel);
model.ensureEnabled();
model.addEventListener(Animation.AnimationModel.Events.AnimationGroupStarted, groupStarted);
InspectorTest.evaluateInPage("startCSSTransition()");
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/animation/animation-group-matching-animations.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698