Adding SK_API to SkGLContextHelper and SkNullGLContext for use in blink unit test...
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 17 Jan 2014 16:59:03 +0000 (16:59 +0000)
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 17 Jan 2014 16:59:03 +0000 (16:59 +0000)
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

include/gpu/gl/SkGLContextHelper.h
include/gpu/gl/SkNullGLContext.h

index 5ee88e0..e83fd15 100644 (file)
@@ -15,7 +15,7 @@
  * Provides a GrGLInterface struct of function pointers for the context.
  */
 
-class SkGLContextHelper : public SkRefCnt {
+class SK_API SkGLContextHelper : public SkRefCnt {
 public:
     SK_DECLARE_INST_COUNT(SkGLContextHelper)
 
index df7812b..02d968e 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "SkGLContextHelper.h"
 
-class SkNullGLContext : public SkGLContextHelper {
+class SK_API SkNullGLContext : public SkGLContextHelper {
 
 public:
     SkNullGLContext() {};