diff options
author | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 23:54:57 +0000 |
---|---|---|
committer | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-05 23:54:57 +0000 |
commit | bcb022cc3880f239eccc93c748e30c640787b0dc (patch) | |
tree | d74860b4309e5125509aa1a2c96dda827f2867bc /o3d/tests | |
parent | 8b68b68ec27ff6e220d7bbcf2783933d05c4112e (diff) | |
download | chromium_src-bcb022cc3880f239eccc93c748e30c640787b0dc.zip chromium_src-bcb022cc3880f239eccc93c748e30c640787b0dc.tar.gz chromium_src-bcb022cc3880f239eccc93c748e30c640787b0dc.tar.bz2 |
Moved command_buffer and gpu_plugin code out of o3d namespace.
Changed header guard macros in preparation for move to Chrome gpu directory.
Added svn:eol LF property.
Review URL: http://codereview.chromium.org/375004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31171 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/tests')
-rw-r--r-- | o3d/tests/common/win/testing_common.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/o3d/tests/common/win/testing_common.cc b/o3d/tests/common/win/testing_common.cc index acc4e13..5479719 100644 --- a/o3d/tests/common/win/testing_common.cc +++ b/o3d/tests/common/win/testing_common.cc @@ -61,9 +61,9 @@ using o3d::DisplayWindowWindows; #if defined(RENDERER_CB) using o3d::DisplayWindowCB; -using o3d::gpu_plugin::CommandBuffer; -using o3d::gpu_plugin::NPObjectPointer; -using o3d::gpu_plugin::StubNPBrowser; +using gpu_plugin::CommandBuffer; +using gpu_plugin::NPObjectPointer; +using gpu_plugin::StubNPBrowser; using o3d::RendererCBLocal; #endif |