Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/layout/ScrollAnchor.cpp

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.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/layout/ScrollAnchor.cpp
diff --git a/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp b/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp
index 28e2f42af1048114141402109f281319672a9735..a40358178a28a46487fd0e0f9e1834d8db0b9517 100644
--- a/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp
+++ b/third_party/WebKit/Source/core/layout/ScrollAnchor.cpp
@@ -6,6 +6,8 @@
#include "core/frame/FrameView.h"
#include "core/frame/UseCounter.h"
+#include "core/layout/LayoutBlockFlow.h"
+#include "core/layout/api/LayoutBoxItem.h"
#include "core/layout/line/InlineTextBox.h"
#include "core/paint/PaintLayerScrollableArea.h"
#include "platform/Histogram.h"

Powered by Google App Engine