Chromium Code Reviews| Index: ppapi/examples/video_capture/video_capture.cc |
| diff --git a/ppapi/examples/video_capture/video_capture.cc b/ppapi/examples/video_capture/video_capture.cc |
| index 512cca4c642752dbd1dfab494062f87f82cff673..20c0c7542025c008212e9c49f00ffa42a5641802 100644 |
| --- a/ppapi/examples/video_capture/video_capture.cc |
| +++ b/ppapi/examples/video_capture/video_capture.cc |
| @@ -150,7 +150,7 @@ VCDemoInstance::VCDemoInstance(PP_Instance instance, pp::Module* module) |
| texture_y_(0), |
| texture_u_(0), |
| texture_v_(0), |
| - video_capture_(*this), |
| + video_capture_(this), |
| callback_factory_(this), |
| context_(NULL) { |
| gles2_if_ = static_cast<const struct PPB_OpenGLES2*>( |