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;
}