| Index: third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h b/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| index 378be34055786e63f489df812cae327940ad8569..8815e8ed9f2a2f83f380e4811334ef6eb93fe785 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/WebGLImageConversion.h
|
| @@ -128,6 +128,8 @@ public:
|
|
|
| class PLATFORM_EXPORT ImageExtractor final {
|
| STACK_ALLOCATED();
|
| + WTF_MAKE_NONCOPYABLE(ImageExtractor);
|
| +
|
| public:
|
| ImageExtractor(Image*, ImageHtmlDomSource, bool premultiplyAlpha, bool ignoreGammaAndColorProfile);
|
|
|
|
|