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

Unified Diff: third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h

Issue 2316533004: Don't include headers from the layout API from other headers needlessly. (Closed)
Patch Set: The runway sure is slippery today. 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/shapes/ShapeOutsideInfo.h
diff --git a/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h b/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h
index 0dc4a70c75c82c9f03abba9d1a6f3fcf74df97b3..bfe77bfed5ce8844ca4634ce59f15585fa66ece9 100644
--- a/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h
+++ b/third_party/WebKit/Source/core/layout/shapes/ShapeOutsideInfo.h
@@ -30,7 +30,6 @@
#ifndef ShapeOutsideInfo_h
#define ShapeOutsideInfo_h
-#include "core/layout/api/LineLayoutBlockFlow.h"
#include "core/layout/shapes/Shape.h"
#include "core/style/ComputedStyle.h"
#include "core/style/ShapeValue.h"
@@ -42,6 +41,7 @@
namespace blink {
class LayoutBox;
+class LineLayoutBlockFlow;
class FloatingObject;
class ShapeOutsideDeltas final {

Powered by Google App Engine
This is Rietveld 408576698