diff options
Diffstat (limited to 'src/gpu/gl/GrGLDefaultInterface_none.cpp')
-rw-r--r-- | src/gpu/gl/GrGLDefaultInterface_none.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gpu/gl/GrGLDefaultInterface_none.cpp b/src/gpu/gl/GrGLDefaultInterface_none.cpp new file mode 100644 index 0000000000..2cca135c0a --- /dev/null +++ b/src/gpu/gl/GrGLDefaultInterface_none.cpp @@ -0,0 +1,13 @@ + +/* + * 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* GrGLDefaultInterface() { + return NULL; +} |