Index: third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp |
index 422566d75bc286e605200a816711fabeffba5c9a..cae3084c90554ea1171c435ce314e954b9704324 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp |
@@ -147,8 +147,7 @@ static std::unique_ptr<protocol::LayerTree::Layer> buildObjectForLayer(GraphicsL |
} |
InspectorLayerTreeAgent::InspectorLayerTreeAgent(InspectedFrames* inspectedFrames) |
- : InspectorBaseAgent<InspectorLayerTreeAgent, protocol::LayerTree::Frontend>("LayerTree") |
- , m_inspectedFrames(inspectedFrames) |
+ : m_inspectedFrames(inspectedFrames) |
{ |
} |