| Index: Source/core/inspector/InspectorLayerTreeAgent.h
|
| diff --git a/Source/core/inspector/InspectorLayerTreeAgent.h b/Source/core/inspector/InspectorLayerTreeAgent.h
|
| index 94144194ef34a0659f78702d1938d9ed1d3faabb..b5ade30863dee014cd42aef098670456ba8e40f4 100644
|
| --- a/Source/core/inspector/InspectorLayerTreeAgent.h
|
| +++ b/Source/core/inspector/InspectorLayerTreeAgent.h
|
| @@ -84,7 +84,8 @@ private:
|
| RenderLayerCompositor* renderLayerCompositor();
|
| GraphicsLayer* layerById(ErrorString*, const String& layerId);
|
| const LayerSnapshot* snapshotById(ErrorString*, const String& snapshotId);
|
| - PassRefPtr<TypeBuilder::Array<TypeBuilder::LayerTree::Layer> > buildLayerTree();
|
| + bool buildLayerTree(TypeBuilder::Array<TypeBuilder::LayerTree::Layer>& layers,
|
| + TypeBuilder::Array<TypeBuilder::LayerTree::ScrollRect>& scrollRects);
|
|
|
| typedef HashMap<int, int> LayerIdToNodeIdMap;
|
| void buildLayerIdToNodeIdMap(RenderLayer*, LayerIdToNodeIdMap&);
|
|
|