| Index: content/common/gpu/image_transport_surface_android.cc
|
| diff --git a/content/common/gpu/image_transport_surface_android.cc b/content/common/gpu/image_transport_surface_android.cc
|
| index 2dd9e90177ea4d58afe8e4f5cae637c6bf67fcd1..d24ee5bf814cc71d8555dc866caccbd21b0b7ab7 100644
|
| --- a/content/common/gpu/image_transport_surface_android.cc
|
| +++ b/content/common/gpu/image_transport_surface_android.cc
|
| @@ -4,9 +4,14 @@
|
|
|
| #include "content/common/gpu/image_transport_surface.h"
|
|
|
| +#include "base/command_line.h"
|
| #include "base/logging.h"
|
| +#include "content/common/gpu/gpu_channel.h"
|
| +#include "content/common/gpu/gpu_channel_manager.h"
|
| +#include "content/common/gpu/gpu_command_buffer_stub.h"
|
| #include "content/common/gpu/gpu_surface_lookup.h"
|
| #include "content/common/gpu/pass_through_image_transport_surface.h"
|
| +#include "content/public/common/content_switches.h"
|
| #include "ui/gl/gl_surface_egl.h"
|
|
|
| namespace content {
|
|
|