| Index: ppapi/proxy/video_decoder_resource_unittest.cc
|
| diff --git a/ppapi/proxy/video_decoder_resource_unittest.cc b/ppapi/proxy/video_decoder_resource_unittest.cc
|
| index 5a128d14db5ac9445265a95a3086cd63368c7fa3..a8e3c4fb787d5d1798a792c79183385aa85a5e78 100644
|
| --- a/ppapi/proxy/video_decoder_resource_unittest.cc
|
| +++ b/ppapi/proxy/video_decoder_resource_unittest.cc
|
| @@ -3,9 +3,12 @@
|
| // found in the LICENSE file.
|
|
|
| #include <GLES2/gl2.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
|
|
| #include "base/memory/shared_memory.h"
|
| #include "base/message_loop/message_loop.h"
|
| +#include "build/build_config.h"
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/c/ppb_video_decoder.h"
|
| #include "ppapi/proxy/locking_resource_releaser.h"
|
|
|