Index: gpu/command_buffer/service/gl_surface_mock.cc |
=================================================================== |
--- gpu/command_buffer/service/gl_surface_mock.cc (revision 0) |
+++ gpu/command_buffer/service/gl_surface_mock.cc (revision 0) |
@@ -0,0 +1,14 @@ |
+// 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/service/gl_surface_mock.h" |
+ |
+namespace gpu { |
+ |
+GLSurfaceMock::GLSurfaceMock() { |
+} |
+ |
+GLSurfaceMock::~GLSurfaceMock() { |
+} |
+} // namespace gpu |
Property changes on: gpu\command_buffer\service\gl_surface_mock.cc |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |