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

Unified Diff: Source/core/rendering/RenderFlowThread.h

Issue 752403003: Clean up includes and forward-declarations in the flowthread / multicol files. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | Source/core/rendering/RenderFlowThread.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/RenderFlowThread.h
diff --git a/Source/core/rendering/RenderFlowThread.h b/Source/core/rendering/RenderFlowThread.h
index 74a6b9cb50c34fa38658469ba0c5b208af1935e2..042d6f727a510402165f04ca406321c8b0413930 100644
--- a/Source/core/rendering/RenderFlowThread.h
+++ b/Source/core/rendering/RenderFlowThread.h
@@ -30,17 +30,12 @@
#ifndef RenderFlowThread_h
#define RenderFlowThread_h
-
+#include "core/rendering/LayerFragment.h"
#include "core/rendering/RenderBlockFlow.h"
-#include "wtf/HashCountedSet.h"
#include "wtf/ListHashSet.h"
-#include "wtf/PassRefPtr.h"
namespace blink {
-struct LayerFragment;
-typedef Vector<LayerFragment, 1> LayerFragments;
-class RenderFlowThread;
class RenderMultiColumnSet;
class RenderRegion;
« no previous file with comments | « no previous file | Source/core/rendering/RenderFlowThread.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698