| Index: third_party/WebKit/Source/core/layout/LayoutGeometryMap.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutGeometryMap.h b/third_party/WebKit/Source/core/layout/LayoutGeometryMap.h
|
| index 2ca8a9d7b7f5660fd67ce217112c28aac6c6accc..d95e00c2af7c0583cd00145438dfa1fb8b369c7d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutGeometryMap.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutGeometryMap.h
|
| @@ -28,7 +28,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/layout/LayoutGeometryMapStep.h"
|
| -#include "core/layout/LayoutObject.h"
|
| +#include "core/layout/MapCoordinatesFlags.h"
|
| #include "platform/geometry/FloatPoint.h"
|
| #include "platform/geometry/FloatQuad.h"
|
| #include "platform/geometry/IntSize.h"
|
| @@ -39,6 +39,7 @@ namespace blink {
|
|
|
| class PaintLayer;
|
| class LayoutBoxModelObject;
|
| +class LayoutObject;
|
| class TransformationMatrix;
|
| class TransformState;
|
|
|
|
|