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

Unified Diff: third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h

Issue 2474603002: Don't include LayoutObject-derived headers where not needed. (Closed)
Patch Set: Created 4 years, 1 month 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/FlexibleBoxAlgorithm.h
diff --git a/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h b/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h
index 63df185f9a26143c06c3da8cc1705b065bf15092..86b8c1d5c9153062b352ccf23340b105285d40ca 100644
--- a/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h
+++ b/third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.h
@@ -32,12 +32,16 @@
#define FlexibleBoxAlgorithm_h
#include "core/CoreExport.h"
-#include "core/layout/LayoutBox.h"
#include "core/layout/OrderIterator.h"
+#include "core/style/ComputedStyle.h"
+#include "platform/LayoutUnit.h"
#include "wtf/Noncopyable.h"
+#include "wtf/Vector.h"
namespace blink {
+class LayoutBox;
+
class FlexItem {
public:
FlexItem(LayoutBox*,
« no previous file with comments | « third_party/WebKit/Source/core/input/EventHandler.cpp ('k') | third_party/WebKit/Source/core/layout/FlexibleBoxAlgorithm.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698