diff options
Diffstat (limited to 'gpu/command_buffer/service/resource.cc')
-rw-r--r-- | gpu/command_buffer/service/resource.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/command_buffer/service/resource.cc b/gpu/command_buffer/service/resource.cc index 1208d30..288cc4f 100644 --- a/gpu/command_buffer/service/resource.cc +++ b/gpu/command_buffer/service/resource.cc @@ -35,7 +35,7 @@ #include "gpu/command_buffer/service/precompile.h" #include "gpu/command_buffer/service/resource.h" -namespace command_buffer { +namespace gpu { // Assigns a resource to a resource ID, by setting it at the right location // into the list, resizing the list if necessary, and destroying an existing @@ -98,4 +98,4 @@ void ResourceMapBase::DestroyAllResources() { resources_.clear(); } -} // namespace command_buffer +} // namespace gpu |