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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h

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_inline_layout_algorithm.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h
index 21bebc498f00271f7b78e70db8294bf9b6a61867..31589fe20f08a458cbdd7d22ebfc5b659191b3f6 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_inline_layout_algorithm.h
@@ -6,15 +6,15 @@
#define NGInlineLayoutAlgorithm_h
#include "core/CoreExport.h"
-#include "core/layout/ng/ng_inline_node.h"
#include "core/layout/ng/ng_layout_algorithm.h"
#include "wtf/RefPtr.h"
namespace blink {
class ComputedStyle;
-class NGConstraintSpace;
class NGBreakToken;
+class NGConstraintSpace;
+class NGInlineNode;
// A class for inline layout (e.g. a anonymous block with inline-level children
// only).

Powered by Google App Engine
This is Rietveld 408576698