| Index: third_party/WebKit/Source/modules/shapedetection/ShapeDetector.h
|
| diff --git a/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.h b/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.h
|
| index fec6adc7a389e34ee5e1721682564945281847dd..3a1cc10ac55694c20d8b7e635ba074281be35cee 100644
|
| --- a/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.h
|
| +++ b/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.h
|
| @@ -28,9 +28,6 @@ class MODULES_EXPORT ShapeDetector
|
| private:
|
| ScriptPromise detectShapesOnImageElement(ScriptPromiseResolver*,
|
| const HTMLImageElement*);
|
| - ScriptPromise detectShapesOnImageBitmap(ScriptPromiseResolver*, ImageBitmap*);
|
| - ScriptPromise detectShapesOnVideoElement(ScriptPromiseResolver*,
|
| - const HTMLVideoElement*);
|
|
|
| virtual ScriptPromise doDetect(ScriptPromiseResolver*,
|
| mojo::ScopedSharedBufferHandle,
|
|
|