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
* 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)
#include "SkGLContextHelper.h"
-class SkNullGLContext : public SkGLContextHelper {
+class SK_API SkNullGLContext : public SkGLContextHelper {
public:
SkNullGLContext() {};