diff options
Diffstat (limited to 'gpu/command_buffer/client/gles2_cmd_helper.cc')
-rw-r--r-- | gpu/command_buffer/client/gles2_cmd_helper.cc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gpu/command_buffer/client/gles2_cmd_helper.cc b/gpu/command_buffer/client/gles2_cmd_helper.cc new file mode 100644 index 0000000..1dff914 --- /dev/null +++ b/gpu/command_buffer/client/gles2_cmd_helper.cc @@ -0,0 +1,14 @@ +// Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. +// Use of this source code is governed by a BSD-style license that can be +// found in the LICENSE file. + +#include "gpu/command_buffer/client/gles2_cmd_helper.h" + +namespace command_buffer { + +// Currently this is a place holder. + +} // namespace command_buffer + + + |