Index: Source/core/inspector/InspectorController.h |
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h |
index 9cd7ab4883d5896a192593b3d0cde8a6758635b4..ad41dbd4268840b2f976f6850503fc58f4f6bd35 100644 |
--- a/Source/core/inspector/InspectorController.h |
+++ b/Source/core/inspector/InspectorController.h |
@@ -47,6 +47,7 @@ class GraphicsLayer; |
class InjectedScriptManager; |
class InspectorBackendDispatcher; |
class InspectorAgent; |
+class InspectorAnimationAgent; |
class InspectorClient; |
class InspectorCSSAgent; |
class InspectorDOMAgent; |
@@ -153,6 +154,7 @@ private: |
RawPtrWillBeMember<InspectorResourceAgent> m_resourceAgent; |
RawPtrWillBeMember<InspectorLayerTreeAgent> m_layerTreeAgent; |
RawPtrWillBeMember<InspectorTracingAgent> m_tracingAgent; |
+ RawPtrWillBeMember<InspectorAnimationAgent> m_animationAgent; |
RefPtrWillBeMember<InspectorBackendDispatcher> m_inspectorBackendDispatcher; |
InspectorFrontendClient* m_inspectorFrontendClient; |