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

Unified Diff: ppapi/cpp/private/image_capture_config_private.h

Issue 848863002: PPAPI: implement GetSupportedPreviewSizes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address WuCheng's comments in Patch Set 9/10 Created 5 years, 11 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: ppapi/cpp/private/image_capture_config_private.h
diff --git a/ppapi/cpp/private/image_capture_config_private.h b/ppapi/cpp/private/image_capture_config_private.h
index a4847fb35a4065300adc6b8a720be146de968975..1bb803f2488a54949718ac726744fadc194602d4 100644
--- a/ppapi/cpp/private/image_capture_config_private.h
+++ b/ppapi/cpp/private/image_capture_config_private.h
@@ -19,7 +19,7 @@ namespace pp {
/// establishing image capture configuration within the browser. The new
/// configuration will take effect after <code>
/// ImageCaptureConfig_Private.SetConfig</code> is called.
-class ImageCaptureConfig_Private {
+class ImageCaptureConfig_Private : public Resource {
public:
/// Default constructor for creating an is_null()
/// <code>ImageCaptureConfig_Private</code> object.

Powered by Google App Engine
This is Rietveld 408576698