blob: e0c72c539dfb400973b7620ad8304eeae536e2ac [file] [log] [blame]
bsalomon@google.com373a6632011-10-19 20:43:20 +00001/*
2 * Copyright 2011 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
bsalomon@google.com178964b2012-02-15 14:10:42 +00008#include "gl/GrGLInterface.h"
bsalomon@google.com373a6632011-10-19 20:43:20 +00009
10const GrGLInterface* GrGLCreateNativeInterface() {
11 return NULL;
12}