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

Side by Side 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, 8 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 unified diff | Download patch
« no previous file with comments | « gyp/gputest.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 /* 2 /*
3 * Copyright 2012 Google Inc. 3 * Copyright 2016 Google Inc.
4 * 4 *
5 * Use of this source code is governed by a BSD-style license that can be 5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file. 6 * found in the LICENSE file.
7 */ 7 */
8 #ifndef DebugGLContext_DEFINED
9 #define DebugGLContext_DEFINED
10 8
11 #include "gl/GLTestContext.h" 9 #include "gl/GLTestContext.h"
12 10
13 namespace sk_gpu_test { 11 namespace sk_gpu_test {
14 GLTestContext* CreateDebugGLTestContext(); 12 GLTestContext* CreatePlatformGLTestContext(GrGLStandard forcedGpuAPI,
13 GLTestContext *shareContext) {
14 return nullptr;
15 }
15 } // namespace sk_gpu_test 16 } // namespace sk_gpu_test
16 17
17 #endif
OLDNEW
« 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