| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 9bc41a61d3d939c8079040d0a86a59d45a090474..daa8c3df210644be14f5849b0d31599caf6f95fd 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -39,6 +39,7 @@
|
| #include "core/layout/api/HitTestAction.h"
|
| #include "core/layout/api/SelectionState.h"
|
| #include "core/layout/compositing/CompositingState.h"
|
| +#include "core/paint/LayerHitTestRects.h"
|
| #include "core/paint/PaintPhase.h"
|
| #include "core/style/ComputedStyle.h"
|
| #include "platform/geometry/FloatQuad.h"
|
| @@ -115,8 +116,6 @@ struct AnnotatedRegionValue {
|
| bool draggable;
|
| };
|
|
|
| -typedef WTF::HashMap<const PaintLayer*, Vector<LayoutRect>> LayerHitTestRects;
|
| -
|
| #ifndef NDEBUG
|
| const int showTreeCharacterOffset = 39;
|
| #endif
|
|
|