Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: third_party/WebKit/Source/web/tests/RootScrollerTest.cpp

Issue 2742573005: Avoid to include IDL-generated headers from EventTarget.h and Node.h (Closed)
Patch Set: . Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/WebMediaDeviceChangeObserver.cpp ('k') | third_party/WebKit/Source/wtf/Forward.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698