| Index: media/video/gpu_memory_buffer_video_frame_pool.cc
|
| diff --git a/media/video/gpu_memory_buffer_video_frame_pool.cc b/media/video/gpu_memory_buffer_video_frame_pool.cc
|
| index 1e6f1fc791e7564de62dd00e41a7a58e2b3b98a0..76b95352f06d8843f57bf701f96553940689647f 100644
|
| --- a/media/video/gpu_memory_buffer_video_frame_pool.cc
|
| +++ b/media/video/gpu_memory_buffer_video_frame_pool.cc
|
| @@ -6,6 +6,8 @@
|
|
|
| #include <GLES2/gl2.h>
|
| #include <GLES2/gl2ext.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
|
|
| #include <algorithm>
|
| #include <list>
|
| @@ -15,6 +17,7 @@
|
| #include "base/bind.h"
|
| #include "base/containers/stack_container.h"
|
| #include "base/location.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/linked_ptr.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/trace_event/memory_dump_provider.h"
|
|
|