| 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 5d474bddbe92b0ff5c714e249c2ad447067e9917..63e2cb80312a3dbaf17959e08625add21afb4409 100644
|
| --- a/ppapi/examples/video_capture/video_capture.cc
|
| +++ b/ppapi/examples/video_capture/video_capture.cc
|
| @@ -20,6 +20,7 @@
|
| #include "ppapi/cpp/module.h"
|
| #include "ppapi/cpp/rect.h"
|
| #include "ppapi/lib/gl/include/GLES2/gl2.h"
|
| +#include "ppapi/utility/completion_callback_factory.h"
|
|
|
| // Assert |context_| isn't holding any GL Errors. Done as a macro instead of a
|
| // function to preserve line number information in the failure message.
|
|
|