From a7a27ace0760f1ed19016822a45c6ec5300e861c Mon Sep 17 00:00:00 2001 From: "apatrick@google.com" Date: Sat, 12 Dec 2009 00:11:25 +0000 Subject: Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for synchronous messages. WebPluginDelegateImpl can instantiate a command buffer. Removed remaining dependencies on NPAPI. TEST=none BUG=none Review URL: http://codereview.chromium.org/465040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34397 0039d316-1c4b-4281-b951-d872f2087c98 --- gpu/command_buffer/client/cmd_buffer_helper.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gpu/command_buffer/client/cmd_buffer_helper.cc') diff --git a/gpu/command_buffer/client/cmd_buffer_helper.cc b/gpu/command_buffer/client/cmd_buffer_helper.cc index 67227fb..fee11ae 100644 --- a/gpu/command_buffer/client/cmd_buffer_helper.cc +++ b/gpu/command_buffer/client/cmd_buffer_helper.cc @@ -35,9 +35,9 @@ #include "gpu/command_buffer/client/cmd_buffer_helper.h" #include "gpu/command_buffer/common/command_buffer.h" -namespace command_buffer { +namespace gpu { -using command_buffer::CommandBuffer; +using gpu::CommandBuffer; CommandBufferHelper::CommandBufferHelper(CommandBuffer* command_buffer) : command_buffer_(command_buffer), @@ -188,4 +188,4 @@ parse_error::ParseError CommandBufferHelper::GetParseError() { return static_cast(parse_error); } -} // namespace command_buffer +} // namespace gpu -- cgit v1.1