| 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 327cf981e93c3d8ae934ed143d92a227006d0d76..52fb6cbb7d095831f14e01f0b3b4ff14e1d7db4b 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
|
| @@ -37,6 +37,8 @@
|
| #include "platform/graphics/skia/SkiaUtils.h"
|
| #include "third_party/skia/include/core/SkColorFilter.h"
|
| #include "third_party/skia/include/core/SkPaint.h"
|
| +#include "wtf/Allocator.h"
|
| +#include "wtf/Noncopyable.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| @@ -45,6 +47,7 @@ namespace blink {
|
| // Encapsulates the state information we store for each pushed graphics state.
|
| // Only GraphicsContext can use this class.
|
| class PLATFORM_EXPORT GraphicsContextState final {
|
| + USING_FAST_MALLOC(GraphicsContextState);
|
| public:
|
| static PassOwnPtr<GraphicsContextState> create()
|
| {
|
|
|