| Index: third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp
|
| diff --git a/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp b/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp
|
| index e9ddf972913f51896f0dc49f11538d12c50aa4d0..9b0b81c7e8ca9629aca5eb9813020d7ca062c018 100644
|
| --- a/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp
|
| +++ b/third_party/WebKit/Source/modules/offscreencanvas2d/OffscreenCanvasRenderingContext2D.cpp
|
| @@ -6,6 +6,7 @@
|
|
|
| #include "bindings/modules/v8/UnionTypesModules.h"
|
| #include "core/frame/ImageBitmap.h"
|
| +#include "platform/NotImplemented.h"
|
| #include "platform/graphics/ImageBuffer.h"
|
| #include "platform/graphics/StaticBitmapImage.h"
|
| #include "wtf/Assertions.h"
|
| @@ -43,7 +44,7 @@ void OffscreenCanvasRenderingContext2D::setOriginTainted()
|
|
|
| bool OffscreenCanvasRenderingContext2D::wouldTaintOrigin(CanvasImageSource* source)
|
| {
|
| - NOTIMPLEMENTED();
|
| + notImplemented();
|
| return false;
|
| }
|
|
|
|
|