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

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

Issue 2316533004: Don't include headers from the layout API from other headers needlessly. (Closed)
Patch Set: The runway sure is slippery today. Created 4 years, 3 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/TouchActionTest.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2011, 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2011, 2012 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 27 matching lines...) Expand all
38 #include "core/editing/markers/DocumentMarkerController.h" 38 #include "core/editing/markers/DocumentMarkerController.h"
39 #include "core/frame/EventHandlerRegistry.h" 39 #include "core/frame/EventHandlerRegistry.h"
40 #include "core/frame/FrameHost.h" 40 #include "core/frame/FrameHost.h"
41 #include "core/frame/FrameView.h" 41 #include "core/frame/FrameView.h"
42 #include "core/frame/LocalFrame.h" 42 #include "core/frame/LocalFrame.h"
43 #include "core/frame/Settings.h" 43 #include "core/frame/Settings.h"
44 #include "core/frame/VisualViewport.h" 44 #include "core/frame/VisualViewport.h"
45 #include "core/html/HTMLIFrameElement.h" 45 #include "core/html/HTMLIFrameElement.h"
46 #include "core/html/HTMLInputElement.h" 46 #include "core/html/HTMLInputElement.h"
47 #include "core/html/HTMLTextAreaElement.h" 47 #include "core/html/HTMLTextAreaElement.h"
48 #include "core/layout/LayoutView.h" 48 #include "core/layout/api/LayoutViewItem.h"
49 #include "core/loader/DocumentLoader.h" 49 #include "core/loader/DocumentLoader.h"
50 #include "core/loader/FrameLoadRequest.h" 50 #include "core/loader/FrameLoadRequest.h"
51 #include "core/page/Page.h" 51 #include "core/page/Page.h"
52 #include "core/page/ScopedPageLoadDeferrer.h" 52 #include "core/page/ScopedPageLoadDeferrer.h"
53 #include "core/paint/PaintLayer.h" 53 #include "core/paint/PaintLayer.h"
54 #include "core/paint/PaintLayerPainter.h" 54 #include "core/paint/PaintLayerPainter.h"
55 #include "core/timing/DOMWindowPerformance.h" 55 #include "core/timing/DOMWindowPerformance.h"
56 #include "core/timing/Performance.h" 56 #include "core/timing/Performance.h"
57 #include "core/timing/PerformanceCompositeTiming.h" 57 #include "core/timing/PerformanceCompositeTiming.h"
58 #include "platform/KeyboardCodes.h" 58 #include "platform/KeyboardCodes.h"
(...skipping 3305 matching lines...) Expand 10 before | Expand all | Expand 10 after
3364 EXPECT_TRUE(webView->page()->defersLoading()); 3364 EXPECT_TRUE(webView->page()->defersLoading());
3365 } 3365 }
3366 3366
3367 EXPECT_TRUE(webView->page()->defersLoading()); 3367 EXPECT_TRUE(webView->page()->defersLoading());
3368 } 3368 }
3369 3369
3370 EXPECT_FALSE(webView->page()->defersLoading()); 3370 EXPECT_FALSE(webView->page()->defersLoading());
3371 } 3371 }
3372 3372
3373 } // namespace blink 3373 } // namespace blink
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/web/tests/TouchActionTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698