| Index: third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h b/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
|
| index 0c62ce2bbc55d331030d34d42cd42d6e9b634333..c518a043310e68d41a4d7d65fce2e372b7451906 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
|
| @@ -29,6 +29,7 @@
|
| #ifndef GraphicsContextState_h
|
| #define GraphicsContextState_h
|
|
|
| +#include <memory>
|
| #include "platform/graphics/DrawLooperBuilder.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/graphics/StrokeData.h"
|
| @@ -38,7 +39,6 @@
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|