Export GrGLCreateNullInterface for use in Chromium compositor unit tests.
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 25 Nov 2013 20:39:27 +0000 (20:39 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 25 Nov 2013 20:39:27 +0000 (20:39 +0000)
R=bsalomon@google.com

Author: mvujovic@adobe.com

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

git-svn-id: http://skia.googlecode.com/svn/trunk@12386 2bbb7eff-a529-9590-31e7-b0007b416f81

include/gpu/gl/GrGLInterface.h

index 30690b99eb006afe51d3042d8428f93c82510702..0d4749a836e52e44d4b7dc9f3f928cc1f3ab2a53 100644 (file)
@@ -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