| 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_ */
|
| -
|
|
|