diff options
Diffstat (limited to 'chromium/gpu/command_buffer/client/gles2_interface.cc')
-rw-r--r-- | chromium/gpu/command_buffer/client/gles2_interface.cc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/chromium/gpu/command_buffer/client/gles2_interface.cc b/chromium/gpu/command_buffer/client/gles2_interface.cc new file mode 100644 index 00000000000..a94f167eb34 --- /dev/null +++ b/chromium/gpu/command_buffer/client/gles2_interface.cc @@ -0,0 +1,19 @@ +// Copyright (c) 2012 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_interface.h" + +namespace gpu { +namespace gles2 { + +GLES2Interface::GLES2Interface() { +} + +GLES2Interface::~GLES2Interface() { +} + +} // namespace gles2 +} // namespace gpu + + |