diff options
Diffstat (limited to 'gpu/command_buffer/common/gles2_cmd_utils.cc')
-rw-r--r-- | gpu/command_buffer/common/gles2_cmd_utils.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/command_buffer/common/gles2_cmd_utils.cc b/gpu/command_buffer/common/gles2_cmd_utils.cc index 1268c23..d35ea3d 100644 --- a/gpu/command_buffer/common/gles2_cmd_utils.cc +++ b/gpu/command_buffer/common/gles2_cmd_utils.cc @@ -8,7 +8,7 @@ #include "gpu/command_buffer/common/gles2_cmd_utils.h" #include "gpu/command_buffer/common/gles2_cmd_format.h" -namespace command_buffer { +namespace gpu { namespace gles2 { int GLES2Util::GLGetNumValuesReturned(int id) const { @@ -344,5 +344,5 @@ uint32 GLES2Util::ComputeImageDataSize( } } // namespace gles2 -} // namespace command_buffer +} // namespace gpu |