| Index: Source/core/editing/RenderedPosition.h
|
| diff --git a/Source/core/editing/RenderedPosition.h b/Source/core/editing/RenderedPosition.h
|
| index 78f43b504c3fdf9ff5b99d6fe38f8538af2b0327..0e48981e2020b80f13beebe4439c81379863ad59 100644
|
| --- a/Source/core/editing/RenderedPosition.h
|
| +++ b/Source/core/editing/RenderedPosition.h
|
| @@ -32,7 +32,7 @@
|
| #define RenderedPosition_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "core/editing/Position.h"
|
| +#include "core/editing/VisiblePosition.h"
|
| #include "core/layout/line/InlineBox.h"
|
| #include "wtf/Allocator.h"
|
|
|
| @@ -40,7 +40,6 @@ namespace blink {
|
|
|
| class LayoutUnit;
|
| class LayoutObject;
|
| -class VisiblePosition;
|
| struct CompositedSelectionBound;
|
|
|
| class RenderedPosition {
|
|
|