Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(175)

Unified Diff: gpu/command_buffer/client/gles2_cmd_helper.h

Issue 465040: Added CommandBufferClient, CommandBufferStub and some IPC messages.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/command_buffer/client/fenced_allocator_test.cc ('k') | gpu/command_buffer/client/gles2_cmd_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/client/gles2_cmd_helper.h
===================================================================
--- gpu/command_buffer/client/gles2_cmd_helper.h (revision 34314)
+++ gpu/command_buffer/client/gles2_cmd_helper.h (working copy)
@@ -2,19 +2,19 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_H
-#define GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_H
+#ifndef GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_H_
+#define GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_H_
#include "gpu/command_buffer/client/cmd_buffer_helper.h"
#include "gpu/command_buffer/common/gles2_cmd_format.h"
-namespace command_buffer {
+namespace gpu {
namespace gles2 {
// A class that helps write GL command buffers.
class GLES2CmdHelper : public CommandBufferHelper {
public:
- explicit GLES2CmdHelper(command_buffer::CommandBuffer* command_buffer)
+ explicit GLES2CmdHelper(gpu::CommandBuffer* command_buffer)
: CommandBufferHelper(command_buffer) {
}
virtual ~GLES2CmdHelper() {
@@ -70,7 +70,7 @@
};
} // namespace gles2
-} // namespace command_buffer
+} // namespace gpu
-#endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_H
+#endif // GPU_COMMAND_BUFFER_CLIENT_GLES2_CMD_HELPER_H_
« no previous file with comments | « gpu/command_buffer/client/fenced_allocator_test.cc ('k') | gpu/command_buffer/client/gles2_cmd_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698