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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_text_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_text_layout_algorithm.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h
index 9fdc77078507b4e8f85fa43cc76fdb20fdbc954a..2150df537d071bb4eec00099151b6bf447b88364 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_text_layout_algorithm.h
@@ -6,15 +6,13 @@
#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 text layout. This takes a NGInlineNode which consists only
// non-atomic inlines and produces NGTextFragments.

Powered by Google App Engine
This is Rietveld 408576698