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

Unified Diff: third_party/WebKit/Source/modules/imagecapture/ImageCapture.h

Issue 2773593004: Image Capture: prune Photo{Capabilities/Settings} and add MediaTrackConstraintSet.pointsOfInterest (Closed)
Patch Set: reillyg@ comments on idl urls. Created 3 years, 9 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/imagecapture/ImageCapture.h
diff --git a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
index 019d56b462a6e3dd45a706473a3e18693fd143d4..1e307a21b30ec55afcd4bae803b836174beccf4b 100644
--- a/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
+++ b/third_party/WebKit/Source/modules/imagecapture/ImageCapture.h
@@ -72,8 +72,8 @@ class MODULES_EXPORT ImageCapture final
private:
ImageCapture(ExecutionContext*, MediaStreamTrack*);
- void onCapabilities(ScriptPromiseResolver*,
- media::mojom::blink::PhotoCapabilitiesPtr);
+ void onPhotoCapabilities(ScriptPromiseResolver*,
+ media::mojom::blink::PhotoCapabilitiesPtr);
void onSetOptions(ScriptPromiseResolver*, bool);
void onTakePhoto(ScriptPromiseResolver*, media::mojom::blink::BlobPtr);
void onCapabilitiesUpdate(media::mojom::blink::PhotoCapabilitiesPtr);

Powered by Google App Engine
This is Rietveld 408576698