| Index: Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorLayerTreeAgent.cpp b/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| index ad829d1a70592a5e18b7596e07e2139950e5fad0..061ae33060327b0f26671ba488c60be35a656fb2 100644
|
| --- a/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| +++ b/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| @@ -183,7 +183,7 @@ PassRefPtr<TypeBuilder::LayerTree::Layer> InspectorLayerTreeAgent::buildObjectFo
|
| RefPtr<TypeBuilder::LayerTree::Layer> layerObject = TypeBuilder::LayerTree::Layer::create()
|
| .setLayerId(bind(renderLayer))
|
| .setNodeId(idForNode(errorString, node))
|
| - .setBounds(buildObjectForIntRect(enclosingIntRect(renderer->absoluteBoundingBoxRect())))
|
| + .setBounds(buildObjectForIntRect(renderer->absoluteBoundingBoxRect()))
|
| .setMemory(backing->backingStoreMemoryEstimate())
|
| .setCompositedBounds(buildObjectForIntRect(backing->compositedBounds()))
|
| .setPaintCount(backing->graphicsLayer()->repaintCount());
|
|
|