| 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 1f0b3e972df922473f68c88fc6991ae2bf18131d..292c16c37b7d1ea75cb17f48ebcdfb1f13b1b94a 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| @@ -60,6 +60,8 @@
|
| namespace blink {
|
|
|
| using protocol::Array;
|
| +using protocol::Maybe;
|
| +using protocol::Response;
|
| unsigned InspectorLayerTreeAgent::s_lastSnapshotId;
|
|
|
| inline String idForLayer(const GraphicsLayer* graphicsLayer) {
|
|
|