diff --git a/AUTHORS b/AUTHORS index 08f8c059c26a31..68b689dd0079b6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -724,6 +724,7 @@ Sudarsana Babu Nagineni Sudarshan Parthasarathy Sujae Jo Sujith S S +Suneel Kota Sungguk Lim Sunghoon Kim Sungmann Cho diff --git a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp index 9cfe17a2b0938a..43665cb4abb9a7 100644 --- a/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp +++ b/third_party/WebKit/Source/core/inspector/InspectorLayerTreeAgent.cpp @@ -301,6 +301,7 @@ InspectorLayerTreeAgent::BuildLayerTree() { BuildLayerIdToNodeIdMap(compositor->RootLayer(), layer_id_to_node_id_map); int scrolling_layer_id = inspected_frames_->Root() ->View() + ->LayoutViewportScrollableArea() ->LayerForScrolling() ->PlatformLayer() ->Id();