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

Unified Diff: third_party/WebKit/Source/core/layout/FragmentainerIterator.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/FragmentainerIterator.h
diff --git a/third_party/WebKit/Source/core/layout/FragmentainerIterator.h b/third_party/WebKit/Source/core/layout/FragmentainerIterator.h
index 9e6b381a4d546e2d654728ae28df5bac518cfb7a..8f8dccee7f1b12eb9553da1028f124a9a4be99b2 100644
--- a/third_party/WebKit/Source/core/layout/FragmentainerIterator.h
+++ b/third_party/WebKit/Source/core/layout/FragmentainerIterator.h
@@ -5,10 +5,12 @@
#ifndef FragmentainerIterator_h
#define FragmentainerIterator_h
-#include "core/layout/LayoutFlowThread.h"
+#include "platform/geometry/LayoutRect.h"
namespace blink {
+class LayoutFlowThread;
+class LayoutMultiColumnSet;
class MultiColumnFragmentainerGroup;
// Used to find the fragmentainers that intersect with a given portion of the

Powered by Google App Engine
This is Rietveld 408576698