| Index: Source/core/layout/HitTestResult.h
|
| diff --git a/Source/core/layout/HitTestResult.h b/Source/core/layout/HitTestResult.h
|
| index a65add09507a6928294b1f9b836c7c95c1538583..a2bfc189a2dbf8a563af8261a82c110c4fd4c603 100644
|
| --- a/Source/core/layout/HitTestResult.h
|
| +++ b/Source/core/layout/HitTestResult.h
|
| @@ -23,6 +23,7 @@
|
| #define HitTestResult_h
|
|
|
| #include "core/CoreExport.h"
|
| +#include "core/editing/PositionWithAffinity.h"
|
| #include "core/layout/HitTestLocation.h"
|
| #include "core/layout/HitTestRequest.h"
|
| #include "platform/geometry/FloatQuad.h"
|
| @@ -46,7 +47,6 @@ class Image;
|
| class KURL;
|
| class Node;
|
| class LayoutObject;
|
| -class PositionWithAffinity;
|
| class Scrollbar;
|
|
|
| class CORE_EXPORT HitTestResult {
|
|
|