commit | c9e2cbbbcad5f0ae5b9c5ccaf6a36a8a4a61e0e7 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat May 12 21:17:27 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sat May 12 21:17:27 2012 |
tree | e33d97dc2edae8702ddb6a17ba0d89a506412693 | |
parent | fc25fd35147b2d5e74d5450e8586592c6a10813d [diff] [blame] |
ui: Move gl/ directory out of gfx/, up to ui/. BUG=104040 [email protected] [email protected] Review URL: https://chromiumcodereview.appspot.com/10392068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136777 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder.cc b/gpu/command_buffer/service/gles2_cmd_decoder.cc index c7b56b8..0af984b 100644 --- a/gpu/command_buffer/service/gles2_cmd_decoder.cc +++ b/gpu/command_buffer/service/gles2_cmd_decoder.cc
@@ -47,9 +47,9 @@ #include "gpu/command_buffer/service/texture_definition.h" #include "gpu/command_buffer/service/texture_manager.h" #include "gpu/command_buffer/service/vertex_attrib_manager.h" -#include "ui/gfx/gl/gl_context.h" -#include "ui/gfx/gl/gl_implementation.h" -#include "ui/gfx/gl/gl_surface.h" +#include "ui/gl/gl_context.h" +#include "ui/gl/gl_implementation.h" +#include "ui/gl/gl_surface.h" #if defined(OS_MACOSX) #include "ui/surface/io_surface_support_mac.h" #endif