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

Unified Diff: tools/gpu/gl/none/CreatePlatformGLTestContext_none.cpp

Issue 1847923002: Add CreatePlatformGLTestContext_none.cpp for Google3 build (Closed) Base URL: https://chromium.googlesource.com/skia.git@rename
Patch Set: exclude CreatePlatformGLTestContext_none when os has a real impl Created 4 years, 9 months 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 | « gyp/gputest.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « gyp/gputest.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698