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 |