blob: 0a0f279f16460a7bb3bb132c7050e7d0f6b37c32 [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() {
halcanary96fcdcc2015-08-27 07:41:13 -070011 return nullptr;
bsalomon@google.com373a6632011-10-19 20:43:20 +000012}