blob: 7de59126ceeddc93297714a97210142fa5f86d2b [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.
*/
#include "GrGLInterface.h"
const GrGLInterface* GrGLCreateNativeInterface() {
return NULL;
}