| Index: ppapi/thunk/ppb_video_source_private_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_video_source_private_thunk.cc b/ppapi/thunk/ppb_video_source_private_thunk.cc
|
| index a2910a5ae5f2cf70aaaa9743b49b9449814f89d9..c507ab8c5f3b6971ebf11e0be7c62c9da8119397 100644
|
| --- a/ppapi/thunk/ppb_video_source_private_thunk.cc
|
| +++ b/ppapi/thunk/ppb_video_source_private_thunk.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ppapi/c/pp_completion_callback.h"
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/c/private/pp_video_frame_private.h"
|
|
|