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