aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-25 20:39:27 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-11-25 20:39:27 +0000
commitaae7c2a5b7a11616879e6179357cf38f5bff53ae (patch)
treebb4a3b3a5917fa8c56d5b554dd7d30735923f005 /include
parent4b413c8bb123e42ca4b9c7bfa6bc2167283cb84c (diff)
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@12386 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/gpu/gl/GrGLInterface.h2
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