Index: src/gpu/gl/GrGLCaps.h |
diff --git a/src/gpu/gl/GrGLCaps.h b/src/gpu/gl/GrGLCaps.h |
index 7f722f912d970f847baf03cc334a12dd3ef8f13e..8da799affd64a14fa6d753dba6e15819e73df3d5 100644 |
--- a/src/gpu/gl/GrGLCaps.h |
+++ b/src/gpu/gl/GrGLCaps.h |
@@ -14,6 +14,9 @@ |
#include "SkTArray.h" |
#include "SkTDArray.h" |
+// defined in Windows headers |
+#undef interface |
+ |
class GrGLContextInfo; |
/** |