Export GrGLCreateNullInterface for use in Chromium compositor unit tests.

R=bsalomon@google.com

Author: mvujovic@adobe.com

Review URL: https://codereview.chromium.org/86353002

git-svn-id: http://skia.googlecode.com/svn/trunk/include@12386 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gpu/gl/GrGLInterface.h b/gpu/gl/GrGLInterface.h
index 30690b9..0d4749a 100644
--- a/gpu/gl/GrGLInterface.h
+++ b/gpu/gl/GrGLInterface.h
@@ -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