diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 23:34:21 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-18 23:34:21 +0000 |
commit | df7f340ca9ba898de626363dd1e724033bd09b9f (patch) | |
tree | afc607f0de7d107feff4c332273ad574f35192bd /o3d | |
parent | 1edf88f74606bd6d58fa508ace40c8f29cbee4d3 (diff) | |
download | chromium_src-df7f340ca9ba898de626363dd1e724033bd09b9f.zip chromium_src-df7f340ca9ba898de626363dd1e724033bd09b9f.tar.gz chromium_src-df7f340ca9ba898de626363dd1e724033bd09b9f.tar.bz2 |
Fix for last checkin
Review URL: http://codereview.chromium.org/404035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32433 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d')
-rw-r--r-- | o3d/gpu/command_buffer/common/gles2_cmd_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/o3d/gpu/command_buffer/common/gles2_cmd_utils.cc b/o3d/gpu/command_buffer/common/gles2_cmd_utils.cc index 6aa2d54..9b0c20b 100644 --- a/o3d/gpu/command_buffer/common/gles2_cmd_utils.cc +++ b/o3d/gpu/command_buffer/common/gles2_cmd_utils.cc @@ -6,7 +6,7 @@ // includes where appropriate. #include "gpu/command_buffer/common/gles2_cmd_utils.h" -#include "gpu/command_buffer/common/gles2_client_base.h" +#include "gpu/command_buffer/common/gles2_cmd_format.h" namespace command_buffer { namespace gles2 { |