Index: include/gpu/gl/GrGLInterface.h |
=================================================================== |
--- include/gpu/gl/GrGLInterface.h (revision 12384) |
+++ include/gpu/gl/GrGLInterface.h (working copy) |
@@ -84,7 +84,7 @@ |
* Creates a null GrGLInterface that doesn't draw anything. Used for measuring |
* CPU overhead. |
*/ |
-const GrGLInterface* GrGLCreateNullInterface(); |
+const SK_API GrGLInterface* GrGLCreateNullInterface(); |
/** |
* Creates a debugging GrGLInterface that doesn't draw anything. Used for |