Commit 00a1f63d authored by Christian Biesinger's avatar Christian Biesinger Committed by Commit Bot

Remove unnecessary include

After https://chromium-review.googlesource.com/c/chromium/src/+/1232584,
layout_block.h no longer needs to include ng_constraint_space.h

Change-Id: I9788d6ba0488431facfd3af1eaf6e8f32927ca91
Reviewed-on: https://chromium-review.googlesource.com/1234218
Commit-Queue: Christian Biesinger <cbiesinger@chromium.org>
Commit-Queue: Morten Stenshorne <mstensho@chromium.org>
Reviewed-by: default avatarMorten Stenshorne <mstensho@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592519}
parent c92c81fd
...@@ -27,13 +27,13 @@ ...@@ -27,13 +27,13 @@
#include <memory> #include <memory>
#include "third_party/blink/renderer/core/core_export.h" #include "third_party/blink/renderer/core/core_export.h"
#include "third_party/blink/renderer/core/layout/layout_box.h" #include "third_party/blink/renderer/core/layout/layout_box.h"
#include "third_party/blink/renderer/core/layout/ng/ng_constraint_space.h"
#include "third_party/blink/renderer/platform/wtf/list_hash_set.h" #include "third_party/blink/renderer/platform/wtf/list_hash_set.h"
namespace blink { namespace blink {
struct PaintInfo; struct PaintInfo;
class LineLayoutBox; class LineLayoutBox;
class NGConstraintSpace;
class WordMeasurement; class WordMeasurement;
typedef WTF::ListHashSet<LayoutBox*, 16> TrackedLayoutBoxListHashSet; typedef WTF::ListHashSet<LayoutBox*, 16> TrackedLayoutBoxListHashSet;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment