| Index: third_party/WebKit/Source/core/paint/BoxBorderPainter.h
|
| diff --git a/third_party/WebKit/Source/core/paint/BoxBorderPainter.h b/third_party/WebKit/Source/core/paint/BoxBorderPainter.h
|
| index 9103b61ed5d129a4d4832caf2a61bb6b81848995..cf163379093db7f947e0c0e52829148ca5caabda 100644
|
| --- a/third_party/WebKit/Source/core/paint/BoxBorderPainter.h
|
| +++ b/third_party/WebKit/Source/core/paint/BoxBorderPainter.h
|
| @@ -5,18 +5,21 @@
|
| #ifndef BoxBorderPainter_h
|
| #define BoxBorderPainter_h
|
|
|
| -#include "core/layout/LayoutBoxModelObject.h"
|
| +#include "core/layout/BackgroundBleedAvoidance.h"
|
| #include "core/style/BorderEdge.h"
|
| #include "platform/geometry/FloatRoundedRect.h"
|
| -#include "platform/heap/Heap.h"
|
|
|
| namespace blink {
|
|
|
| class ComputedStyle;
|
| +class GraphicsContext;
|
| class IntRect;
|
| class LayoutBox;
|
| class LayoutRect;
|
| struct PaintInfo;
|
| +class Path;
|
| +
|
| +typedef unsigned BorderEdgeFlags;
|
|
|
| class BoxBorderPainter {
|
| STACK_ALLOCATED();
|
|
|