Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: third_party/WebKit/Source/modules/shapedetection/ShapeDetector.h

Issue 2875243002: RELAND: ShapeDetection: use mojom::Bitmap for mojo interface. (Closed)
Patch Set: RELAND2: ShapeDetection: use mojom::Bitmap for mojo interface. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b86d37bba773972b4bd26873214236839433cc25..b1bc45f817110af63e42e1bfbd562adc08c22d14 100644
--- a/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.h
+++ b/third_party/WebKit/Source/modules/shapedetection/ShapeDetector.h
@@ -10,6 +10,7 @@
#include "core/imagebitmap/ImageBitmapFactories.h"
#include "modules/ModulesExport.h"
#include "modules/canvas2d/CanvasRenderingContext2D.h"
+#include "skia/public/interfaces/bitmap.mojom-blink.h"
namespace blink {
@@ -27,9 +28,7 @@ class MODULES_EXPORT ShapeDetector
const HTMLImageElement*);
virtual ScriptPromise DoDetect(ScriptPromiseResolver*,
- mojo::ScopedSharedBufferHandle,
- int image_width,
- int image_height) = 0;
+ skia::mojom::blink::BitmapPtr) = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698