| Index: third_party/WebKit/Source/platform/graphics/GraphicsContextTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContextTest.cpp b/third_party/WebKit/Source/platform/graphics/GraphicsContextTest.cpp
|
| index 917475d0bbc020160d73315216214e3ea775d768..d417efb37be3473de2e3eb8c78e86c1eff8df628 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContextTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContextTest.cpp
|
| @@ -25,6 +25,7 @@
|
|
|
| #include "platform/graphics/GraphicsContext.h"
|
|
|
| +#include <memory>
|
| #include "platform/graphics/BitmapImage.h"
|
| #include "platform/graphics/Path.h"
|
| #include "platform/graphics/paint/PaintController.h"
|
| @@ -36,7 +37,6 @@
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/skia/include/core/SkCanvas.h"
|
| #include "third_party/skia/include/core/SkShader.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|