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

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

Issue 2328243002: [LayoutNG] Remove unnecessary #inclusions of LayoutObject and derived class definitions. (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/layout/ng/ng_box.h
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_box.h b/third_party/WebKit/Source/core/layout/ng/ng_box.h
index 0fb7f198a6678d99326c34cf0f1ac67f9c6707eb..c7fe209635792de084ca0d959eeaf56e4c09370a 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_box.h
+++ b/third_party/WebKit/Source/core/layout/ng/ng_box.h
@@ -5,7 +5,6 @@
#ifndef NGBox_h
#define NGBox_h
-#include "core/layout/LayoutBox.h"
#include "core/CoreExport.h"
#include "platform/heap/Handle.h"
@@ -13,6 +12,7 @@ namespace blink {
class ComputedStyle;
class LayoutBox;
+class LayoutObject;
class NGBlockLayoutAlgorithm;
class NGConstraintSpace;
class NGFragment;

Powered by Google App Engine
This is Rietveld 408576698