| Index: gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| index e683128b96cf9a5fe6b0ed8d81509d7b052e7fdb..9568ce189cbff04699427e28630be9d86346f798 100644
|
| --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc
|
| @@ -12,8 +12,8 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/atomicops.h"
|
| #include "base/at_exit.h"
|
| +#include "base/atomicops.h"
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| #include "base/debug/trace_event.h"
|
| @@ -51,7 +51,7 @@
|
| #include "ui/gfx/gl/gl_implementation.h"
|
| #include "ui/gfx/gl/gl_surface.h"
|
| #if defined(OS_MACOSX)
|
| -#include "ui/gfx/surface/io_surface_support_mac.h"
|
| +#include "ui/surface/io_surface_support_mac.h"
|
| #endif
|
|
|
| #if !defined(GL_DEPTH24_STENCIL8)
|
|
|