| Index: Source/web/WebGraphicsContextImpl.h
|
| diff --git a/Source/web/WebGraphicsContextImpl.h b/Source/web/WebGraphicsContextImpl.h
|
| index 60a23225029d21165e620181d222d96f52fb00c3..954107656cc8dc6165d4e122bd09583e2697328b 100644
|
| --- a/Source/web/WebGraphicsContextImpl.h
|
| +++ b/Source/web/WebGraphicsContextImpl.h
|
| @@ -8,7 +8,6 @@
|
| #include "platform/graphics/paint/DisplayItem.h"
|
| #include "platform/graphics/paint/DisplayItemClient.h"
|
| #include "public/web/WebGraphicsContext.h"
|
| -#include "wtf/Allocator.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| namespace blink {
|
| @@ -19,8 +18,7 @@
|
| // Wraps a blink::GraphicsContext.
|
| // Internal consumers can extract the underlying context (via WebGraphicsContextImpl).
|
| // External consumers can make a single drawing using a WebCanvas.
|
| -class WebGraphicsContextImpl final : public WebGraphicsContext {
|
| - DISALLOW_ALLOCATION();
|
| +class WebGraphicsContextImpl : public WebGraphicsContext {
|
| public:
|
| WebGraphicsContextImpl(GraphicsContext&, const DisplayItemClientWrapper&, DisplayItem::Type);
|
| ~WebGraphicsContextImpl();
|
|
|