| 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&);
|
|
|
|
|