| 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 075d5700e37759a9e7c9b8085b0af42c5f7d0c2d..1f0b3e972df922473f68c88fc6991ae2bf18131d 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| @@ -261,7 +261,7 @@ void InspectorLayerTreeAgent::buildLayerIdToNodeIdMap(
|
| if (!root->layoutObject().isLayoutIFrame())
|
| return;
|
| FrameView* childFrameView =
|
| - toFrameView(toLayoutPart(root->layoutObject()).widget());
|
| + toFrameView(toLayoutPart(root->layoutObject()).frameViewBase());
|
| LayoutViewItem childLayoutViewItem = childFrameView->layoutViewItem();
|
| if (!childLayoutViewItem.isNull()) {
|
| if (PaintLayerCompositor* childCompositor =
|
|
|