Index: tools/gpu/gl/none/CreatePlatformGLTestContext_none.cpp |
diff --git a/tools/gpu/gl/debug/DebugGLTestContext.h b/tools/gpu/gl/none/CreatePlatformGLTestContext_none.cpp |
similarity index 50% |
copy from tools/gpu/gl/debug/DebugGLTestContext.h |
copy to tools/gpu/gl/none/CreatePlatformGLTestContext_none.cpp |
index 3f2646bb8c8a7b2c0166ada1f41246fe137c3199..25343b0c600de52c52a6ccbb71235e418e3fc70a 100644 |
--- a/tools/gpu/gl/debug/DebugGLTestContext.h |
+++ b/tools/gpu/gl/none/CreatePlatformGLTestContext_none.cpp |
@@ -1,17 +1,17 @@ |
/* |
- * Copyright 2012 Google Inc. |
+ * Copyright 2016 Google Inc. |
* |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
-#ifndef DebugGLContext_DEFINED |
-#define DebugGLContext_DEFINED |
#include "gl/GLTestContext.h" |
namespace sk_gpu_test { |
-GLTestContext* CreateDebugGLTestContext(); |
+GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI, |
+ GLTestContext *shareContext) { |
+ return nullptr; |
+} |
} // namespace sk_gpu_test |
-#endif |