| 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 f36d613ff7e40302e5078997c79585b363188a50..4b2bad05261890b1b773348822e6a6fc21a8d516 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp
|
| @@ -267,7 +267,7 @@ void InspectorLayerTreeAgent::BuildLayerIdToNodeIdMap(
|
| if (!root->GetLayoutObject().IsLayoutIFrame())
|
| return;
|
| FrameView* child_frame_view =
|
| - ToFrameView(ToLayoutPart(root->GetLayoutObject()).GetFrameViewBase());
|
| + ToLayoutPart(root->GetLayoutObject()).ChildFrameView();
|
| LayoutViewItem child_layout_view_item = child_frame_view->GetLayoutViewItem();
|
| if (!child_layout_view_item.IsNull()) {
|
| if (PaintLayerCompositor* child_compositor =
|
|
|