From aae7c2a5b7a11616879e6179357cf38f5bff53ae Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Mon, 25 Nov 2013 20:39:27 +0000 Subject: [PATCH] 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 --- include/gpu/gl/GrGLInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h index 30690b9..0d4749a 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 -- 2.7.4