Index: include/gpu/gl/GrGLInterface.h |
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h |
index 852b4bd551c954aed64f5657e92fa19a30cca354..3b388f5b21b7da7338e517211d6ebd53d949bad2 100644 |
--- a/include/gpu/gl/GrGLInterface.h |
+++ b/include/gpu/gl/GrGLInterface.h |
@@ -110,7 +110,7 @@ typedef intptr_t GrGLInterfaceCallbackData; |
* non-NULL or GrContext creation will fail. This can be tested with the |
* validate() method when the OpenGL context has been made current. |
*/ |
-struct GR_API GrGLInterface : public GrRefCnt { |
+struct SK_API GrGLInterface : public GrRefCnt { |
private: |
// simple wrapper class that exists only to initialize a pointer to NULL |
template <typename FNPTR_TYPE> class GLPtr { |