Chromium Code Reviews| Index: Source/core/editing/VisiblePosition.h |
| diff --git a/Source/core/editing/VisiblePosition.h b/Source/core/editing/VisiblePosition.h |
| index aa76c05b0458f1560a140eabf6e5adcc41bc0c6e..3e4966d5de57c4fc0a9b578ab91f7f176a5f51dc 100644 |
| --- a/Source/core/editing/VisiblePosition.h |
| +++ b/Source/core/editing/VisiblePosition.h |
| @@ -27,6 +27,7 @@ |
| #define VisiblePosition_h |
| #include "core/dom/Position.h" |
| +#include "core/dom/Range.h" |
|
davve
2014/06/19 14:40:54
The description says nothing about why we need to
Inactive
2014/06/19 15:25:17
Ditto.
|
| #include "core/editing/EditingBoundary.h" |
| #include "platform/heap/Handle.h" |
| #include "platform/text/TextDirection.h" |