diff options
Diffstat (limited to 'src/gpu/gl/debug/SkDebugGLContext.cpp')
-rw-r--r-- | src/gpu/gl/debug/SkDebugGLContext.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gpu/gl/debug/SkDebugGLContext.cpp b/src/gpu/gl/debug/SkDebugGLContext.cpp new file mode 100644 index 0000000000..ae42227251 --- /dev/null +++ b/src/gpu/gl/debug/SkDebugGLContext.cpp @@ -0,0 +1,13 @@ + +/* + * Copyright 2012 Google Inc. + * + * Use of this source code is governed by a BSD-style license that can be + * found in the LICENSE file. + */ + +#include "gl/SkDebugGLContext.h" + +const GrGLInterface* SkDebugGLContext::createGLContext() { + return GrGLCreateDebugInterface(); +}; |