| Index: content/browser/renderer_host/render_widget_host_view_android.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.cc b/content/browser/renderer_host/render_widget_host_view_android.cc
|
| index 81e1303087284fa5c17679c62af0c1a1ce086a00..8eef7f5edf7f852cc04d39f987fedec3c0406cbc 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.cc
|
| @@ -38,6 +38,7 @@
|
| #include "content/browser/android/overscroll_controller_android.h"
|
| #include "content/browser/android/popup_touch_handle_drawable.h"
|
| #include "content/browser/android/synchronous_compositor_base.h"
|
| +#include "content/browser/compositor/gl_helper.h"
|
| #include "content/browser/devtools/render_frame_devtools_agent_host.h"
|
| #include "content/browser/gpu/browser_gpu_channel_host_factory.h"
|
| #include "content/browser/gpu/compositor_util.h"
|
| @@ -54,7 +55,6 @@
|
| #include "content/browser/renderer_host/render_process_host_impl.h"
|
| #include "content/browser/renderer_host/render_view_host_impl.h"
|
| #include "content/browser/renderer_host/render_widget_host_impl.h"
|
| -#include "content/common/gpu/client/gl_helper.h"
|
| #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h"
|
| #include "content/common/gpu/gpu_host_messages.h"
|
| #include "content/common/gpu/gpu_process_launch_causes.h"
|
|
|