Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
15b11df63f7871ec52678dbe2cf76a5721917039
/
.
/
gpu
/
src
/
GrGLDefaultInterface_none.cpp
blob: b487d5314e74f0acabef645ec0770383f7076971 [
file
] [
log
] [
blame
]
/*
* Copyright 2011 Google Inc.
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
struct
GrGLinterface
;
const
GrGLInterface
*
GrGLDefaultInterface
()
{
return
NULL
;
}