| Index: third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| index 4b768c8df45a12c7d42dcba72c688322d3b9d213..de156428256c664b772c9bde06b1b8a879508b6b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContext.cpp
|
| @@ -33,6 +33,7 @@
|
| #include "platform/graphics/Gradient.h"
|
| #include "platform/graphics/GraphicsContextStateSaver.h"
|
| #include "platform/graphics/ImageBuffer.h"
|
| +#include "platform/graphics/Path.h"
|
| #include "platform/graphics/paint/PaintController.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "skia/ext/platform_canvas.h"
|
|
|