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

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: Fix compile error on Linux build 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..a8f4ec380eff73c2e2565edc7894e8a6b33eadf1 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.
@@ -96,4 +96,3 @@ class ImageCaptureConfig_Private {
} // namespace pp
#endif /* PPAPI_CPP_PRIVATE_IMAGE_CAPTURE_CONFIG_PRIVATE_H_ */
-

Powered by Google App Engine
This is Rietveld 408576698