| 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..51970180d15048dc68d2469e1e49a14b497629de 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
|
| @@ -29,16 +29,16 @@
|
| #ifndef GraphicsContextState_h
|
| #define GraphicsContextState_h
|
|
|
| +#include <memory>
|
| #include "platform/graphics/DrawLooperBuilder.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| #include "platform/graphics/StrokeData.h"
|
| #include "platform/graphics/paint/PaintFlags.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "third_party/skia/include/core/SkColorFilter.h"
|
| #include "third_party/skia/include/core/SkRefCnt.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|