| Index: command_buffer/service/win/d3d9/texture_d3d9.cc
|
| ===================================================================
|
| --- command_buffer/service/win/d3d9/texture_d3d9.cc (revision 30103)
|
| +++ command_buffer/service/win/d3d9/texture_d3d9.cc (working copy)
|
| @@ -38,6 +38,7 @@
|
|
|
| namespace o3d {
|
| namespace command_buffer {
|
| +namespace o3d {
|
|
|
| // Converts a texture format to a D3D texture format.
|
| D3DFORMAT TextureD3D9::D3DFormat(texture::Format format) {
|
| @@ -726,5 +727,6 @@
|
| parse_error::kParseInvalidArguments;
|
| }
|
|
|
| +} // namespace o3d
|
| } // namespace command_buffer
|
| } // namespace o3d
|
|
|