diff options
-rw-r--r-- | include/gpu/gl/GrGLInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h index 30690b99eb..0d4749a836 100644 --- a/include/gpu/gl/GrGLInterface.h +++ b/include/gpu/gl/GrGLInterface.h @@ -84,7 +84,7 @@ const GrGLInterface* GrGLCreateANGLEInterface(); * 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 |