| 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 d3b764bb62c6e4ea3b3cffddba8a7eb9f9577181..b83fc1bbaaeabd72bef90924d58bb1f9cf707551 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorAnimationAgent.h
|
| @@ -23,7 +23,7 @@ class InspectorDOMAgent;
|
| class TimingFunction;
|
| class V8InspectorSession;
|
|
|
| -class CORE_EXPORT InspectorAnimationAgent final : public InspectorBaseAgent<InspectorAnimationAgent, protocol::Animation::Frontend>, public protocol::Animation::Backend {
|
| +class CORE_EXPORT InspectorAnimationAgent final : public InspectorBaseAgent<protocol::Animation::Metainfo> {
|
| WTF_MAKE_NONCOPYABLE(InspectorAnimationAgent);
|
| public:
|
| InspectorAnimationAgent(InspectedFrames*, InspectorDOMAgent*, InspectorCSSAgent*, V8InspectorSession*);
|
|
|