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

Unified Diff: third_party/WebKit/Source/core/animation/DocumentAnimation.h

Issue 2222313002: Implement DocumentTimeline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update global-interface-listing-expected.txt Created 4 years, 4 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: third_party/WebKit/Source/core/animation/DocumentAnimation.h
diff --git a/third_party/WebKit/Source/core/animation/DocumentAnimation.h b/third_party/WebKit/Source/core/animation/DocumentAnimation.h
index 7d6ab3f21cad4edebc1c0c8f92a9235486fd7659..612b0f6e5706f27b74f39e0f09d83029ab30d896 100644
--- a/third_party/WebKit/Source/core/animation/DocumentAnimation.h
+++ b/third_party/WebKit/Source/core/animation/DocumentAnimation.h
@@ -13,7 +13,7 @@ namespace blink {
class DocumentAnimation {
STATIC_ONLY(DocumentAnimation);
public:
- static AnimationTimeline* timeline(Document& document) { return &document.timeline(); }
+ static DocumentTimeline* timeline(Document& document) { return &document.timeline(); }
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698