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

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

Issue 2527503003: FaceDetector: Pass |options| to parent constructor (Closed)
Patch Set: reillyg@ and haraken@ comments Created 4 years, 1 month 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 c370d6bb1bd72057773da500a3633e5455b21770..8af8030c14518fd7c2d6cf4c82b65dede6c13a5f 100644
--- a/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
+++ b/third_party/WebKit/Source/modules/shapedetection/FaceDetector.h
@@ -28,7 +28,7 @@ class MODULES_EXPORT FaceDetector final : public ShapeDetector,
DECLARE_VIRTUAL_TRACE();
private:
- explicit FaceDetector(LocalFrame&, const FaceDetectorOptions&);
+ FaceDetector(LocalFrame&, const FaceDetectorOptions&);
~FaceDetector() override = default;
};

Powered by Google App Engine
This is Rietveld 408576698