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

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

Issue 2564163003: ShapeDetection: Add ShapeDetectionProvider (Closed)
Patch Set: Name change: mockFaceDetectionProviderReady, rebase Created 4 years 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/FaceDetector.h
diff --git a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
index 5372762311d7f608da1973499bf97bab75b6db65..8fcdcd9a428b999748219f48587f07edd6d78d50 100644
--- a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
+++ b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
@@ -10,12 +10,12 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "modules/ModulesExport.h"
#include "modules/canvas2d/CanvasRenderingContext2D.h"
-#include "modules/shapedetection/FaceDetectorOptions.h"
#include "modules/shapedetection/ShapeDetector.h"
#include "public/platform/modules/shapedetection/facedetection.mojom-blink.h"
namespace blink {
+class FaceDetectorOptions;
class LocalFrame;
class MODULES_EXPORT FaceDetector final : public ShapeDetector,
@@ -40,7 +40,6 @@ class MODULES_EXPORT FaceDetector final : public ShapeDetector,
void onFaceServiceConnectionError();
mojom::blink::FaceDetectionPtr m_faceService;
- mojom::blink::FaceDetectorOptionsPtr m_faceDetectorOptions;
HeapHashSet<Member<ScriptPromiseResolver>> m_faceServiceRequests;
};

Powered by Google App Engine
This is Rietveld 408576698