gfx/skia/trunk/src/gpu/gl/debug/SkDebugGLContext.cpp

branch
TOR_BUG_3246
changeset 6
8bccb770b82d
equal deleted inserted replaced
-1:000000000000 0:aa6836b28612
1
2 /*
3 * Copyright 2012 Google Inc.
4 *
5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file.
7 */
8
9 #include "gl/SkDebugGLContext.h"
10
11 const GrGLInterface* SkDebugGLContext::createGLContext() {
12 return GrGLCreateDebugInterface();
13 };

mercurial