Chromium Code Reviews| Index: content/common/gpu/client/gpu_video_decode_accelerator_host.h |
| diff --git a/content/common/gpu/client/gpu_video_decode_accelerator_host.h b/content/common/gpu/client/gpu_video_decode_accelerator_host.h |
| index d82da0725e3b35f9fa482b8b3abbcf22e3437c4a..b6bf8883cb6a7623c203a1612cfc49aaf10b8052 100644 |
| --- a/content/common/gpu/client/gpu_video_decode_accelerator_host.h |
| +++ b/content/common/gpu/client/gpu_video_decode_accelerator_host.h |
| @@ -10,6 +10,7 @@ |
| #include "base/memory/weak_ptr.h" |
| #include "base/threading/non_thread_safe.h" |
| #include "content/common/gpu/client/command_buffer_proxy_impl.h" |
| +#include "gpu/config/gpu_info.h" |
|
wuchengli
2015/03/18 08:02:37
This shouldn't be needed.
henryhsu
2015/03/18 11:06:08
Done.
|
| #include "ipc/ipc_listener.h" |
| #include "media/video/video_decode_accelerator.h" |
| #include "ui/gfx/geometry/size.h" |