| Index: ppapi/thunk/ppb_video_destination_private_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_video_destination_private_thunk.cc b/ppapi/thunk/ppb_video_destination_private_thunk.cc
|
| index 325f0bcae23adbfbba8abc31e8737413426603de..78c38ad17e6a064e9dadaf8b6af9f05a23cb00f3 100644
|
| --- a/ppapi/thunk/ppb_video_destination_private_thunk.cc
|
| +++ b/ppapi/thunk/ppb_video_destination_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"
|
|
|