blob: e695f15a17c09f95275bd66080c821ebddc7452a [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
tomhudson@google.com6bf38b52012-02-14 15:11:59 +00008#include "gl/GrGLInterface.h"
bsalomon@google.com373a6632011-10-19 20:43:20 +00009
10const GrGLInterface* GrGLDefaultInterface() {
11 return GrGLCreateNativeInterface();
12}