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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h

Issue 2948193002: Merge AnimationTimeline and DocumentTimeline (Closed)
Patch Set: Fix rebase error Created 3 years, 6 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/inspector/InspectorAnimationAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h b/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h
index 2cb2293720c5ee45abaf34758395c0024aa6d032..47212c143f047ce3072e3f353b1277fddbb6a10a 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h
@@ -15,7 +15,7 @@
namespace blink {
-class AnimationTimeline;
+class DocumentTimeline;
class InspectedFrames;
class InspectorCSSAgent;
@@ -79,7 +79,7 @@ class CORE_EXPORT InspectorAnimationAgent final
std::unique_ptr<protocol::Animation::KeyframesRule> keyframe_rule =
nullptr);
double NormalizedStartTime(blink::Animation&);
- AnimationTimeline& ReferenceTimeline();
+ DocumentTimeline& ReferenceTimeline();
blink::Animation* AnimationClone(blink::Animation*);
String CreateCSSId(blink::Animation&);
« no previous file with comments | « third_party/WebKit/Source/core/dom/Element.cpp ('k') | third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698