aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl/SkNullGLContext.h
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-17 16:59:03 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-17 16:59:03 +0000
commit7322893af0f94c68401bc01677e9dcfca586d5b4 (patch)
tree241411a902472879a1497349def56b5dac7343f3 /include/gpu/gl/SkNullGLContext.h
parent90313cc36a6f43a3e9d3818aca536cd6631c222b (diff)
Adding SK_API to SkGLContextHelper and SkNullGLContext for use in blink unit test component build
BUG=skia: R=bsalomon@chromium.org Author: junov@chromium.org Review URL: https://codereview.chromium.org/141813002 git-svn-id: http://skia.googlecode.com/svn/trunk@13119 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu/gl/SkNullGLContext.h')
-rw-r--r--include/gpu/gl/SkNullGLContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/gl/SkNullGLContext.h b/include/gpu/gl/SkNullGLContext.h
index df7812b98f..02d968eeff 100644
--- a/include/gpu/gl/SkNullGLContext.h
+++ b/include/gpu/gl/SkNullGLContext.h
@@ -10,7 +10,7 @@
#include "SkGLContextHelper.h"
-class SkNullGLContext : public SkGLContextHelper {
+class SK_API SkNullGLContext : public SkGLContextHelper {
public:
SkNullGLContext() {};