| Index: Source/core/layout/LayoutObject.h
|
| diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
|
| index d67460f930bcf2e7c2a6e155dabb0ae7f17448df..70f086801a6ac4c63efa7a6cdda5ac7768b84b69 100644
|
| --- a/Source/core/layout/LayoutObject.h
|
| +++ b/Source/core/layout/LayoutObject.h
|
| @@ -31,6 +31,7 @@
|
| #include "core/dom/DocumentLifecycle.h"
|
| #include "core/dom/Element.h"
|
| #include "core/dom/Position.h"
|
| +#include "core/editing/PositionWithAffinity.h"
|
| #include "core/editing/TextAffinity.h"
|
| #include "core/fetch/ImageResourceClient.h"
|
| #include "core/html/HTMLElement.h"
|
| @@ -59,7 +60,6 @@ class Document;
|
| class HitTestLocation;
|
| class HitTestResult;
|
| class InlineBox;
|
| -class PositionWithAffinity;
|
| class PseudoStyleRequest;
|
| class LayoutBoxModelObject;
|
| class LayoutBlock;
|
|
|