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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc

Issue 2561553002: [LayoutNG] Remove unnecessary #includes (Closed)
Patch Set: Let's see if Windows is more happy now. Created 4 years 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc
index 4875abf2d657e8c3ea17283b05958934660cf3f0..925eecd41c53f70e0a92c8d8535a9c8fb555e7cd 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_fragment_builder.cc
@@ -3,8 +3,10 @@
// found in the LICENSE file.
#include "core/layout/ng/ng_fragment_builder.h"
+
#include "core/layout/ng/ng_block_node.h"
-#include "core/style/ComputedStyle.h"
+#include "core/layout/ng/ng_fragment_base.h"
+#include "core/layout/ng/ng_physical_fragment.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698