OLD | NEW |
1 // Copyright 2016 The Chromium Authors. All rights reserved. | 1 // Copyright 2016 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
| 5 #include "bindings/core/v8/NodeOrString.h" |
5 #include "core/dom/ClientRect.h" | 6 #include "core/dom/ClientRect.h" |
6 #include "core/frame/BrowserControls.h" | 7 #include "core/frame/BrowserControls.h" |
7 #include "core/frame/FrameHost.h" | 8 #include "core/frame/FrameHost.h" |
8 #include "core/frame/FrameView.h" | 9 #include "core/frame/FrameView.h" |
9 #include "core/frame/RootFrameViewport.h" | 10 #include "core/frame/RootFrameViewport.h" |
10 #include "core/frame/VisualViewport.h" | 11 #include "core/frame/VisualViewport.h" |
11 #include "core/html/HTMLFrameOwnerElement.h" | 12 #include "core/html/HTMLFrameOwnerElement.h" |
12 #include "core/layout/LayoutBox.h" | 13 #include "core/layout/LayoutBox.h" |
13 #include "core/layout/api/LayoutViewItem.h" | 14 #include "core/layout/api/LayoutViewItem.h" |
14 #include "core/layout/compositing/CompositedLayerMapping.h" | 15 #include "core/layout/compositing/CompositedLayerMapping.h" |
(...skipping 1295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1310 // FrameView without a layout. | 1311 // FrameView without a layout. |
1311 iframe->remove(); | 1312 iframe->remove(); |
1312 | 1313 |
1313 EXPECT_EQ(mainFrameView()->layoutViewportScrollableArea(), | 1314 EXPECT_EQ(mainFrameView()->layoutViewportScrollableArea(), |
1314 &mainFrameView()->getRootFrameViewport()->layoutViewport()); | 1315 &mainFrameView()->getRootFrameViewport()->layoutViewport()); |
1315 } | 1316 } |
1316 | 1317 |
1317 } // namespace | 1318 } // namespace |
1318 | 1319 |
1319 } // namespace blink | 1320 } // namespace blink |
OLD | NEW |