| Index: chrome/browser/gpu_process_host_ui_shim.cc
|
| diff --git a/chrome/browser/gpu_process_host_ui_shim.cc b/chrome/browser/gpu_process_host_ui_shim.cc
|
| index 1f7ed042f05bc1498da43bb7a485d4ed88cc2bdd..2f72edac251a819a5a0f6d55be055a1ccf392bb2 100644
|
| --- a/chrome/browser/gpu_process_host_ui_shim.cc
|
| +++ b/chrome/browser/gpu_process_host_ui_shim.cc
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "chrome/browser/gpu_process_host_ui_shim.h"
|
|
|
| -#include "app/gfx/gl/gl_context.h"
|
| #include "base/command_line.h"
|
| #include "base/id_map.h"
|
| #include "base/process_util.h"
|
| @@ -22,6 +21,7 @@
|
| #include "content/common/content_switches.h"
|
| #include "content/common/gpu_messages.h"
|
| #include "gpu/common/gpu_trace_event.h"
|
| +#include "ui/gfx/gl/gl_context.h"
|
|
|
| #if defined(OS_LINUX)
|
| // These two #includes need to come after gpu_messages.h.
|
|
|