blob: f9e52470bc21674ac51c797fccdb31b4c7c9cf56 [file] [log] [blame]
bsalomon@google.comf987d1b2011-04-04 17:13:52 +00001/*
epoger@google.comec3ed6a2011-07-28 14:26:00 +00002 * 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.
bsalomon@google.comf987d1b2011-04-04 17:13:52 +00006 */
7
bsalomon@google.com178964b2012-02-15 14:10:42 +00008#include "gl/GrGLInterface.h"
epoger@google.comec3ed6a2011-07-28 14:26:00 +00009
bsalomon@google.com6fb736f2011-09-16 18:51:57 +000010const GrGLInterface* GrGLDefaultInterface() {
halcanary96fcdcc2015-08-27 07:41:13 -070011 return nullptr;
bsalomon@google.comf987d1b2011-04-04 17:13:52 +000012}