| 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 c042561110ca76fcd8c4d151acb88fa953eaef40..31ad6a015868e7692c9f7ff03264090e6834e3cc 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h
|
| @@ -41,6 +41,7 @@ public:
|
| void getPlaybackRate(ErrorString*, double* playbackRate) override;
|
| void setPlaybackRate(ErrorString*, double playbackRate) override;
|
| void getCurrentTime(ErrorString*, const String& animationId, double* currentTime) override;
|
| + void setPaused(ErrorString*, const RefPtr<JSONArray>& animationIds, bool paused) override;
|
| void setTiming(ErrorString*, const String& animationId, double duration, double delay) override;
|
| void seekAnimations(ErrorString*, const RefPtr<JSONArray>& animationIds, double currentTime) override;
|
| void resolveAnimation(ErrorString*, const String& animationId, RefPtr<TypeBuilder::Runtime::RemoteObject>& result) override;
|
|
|