Index: include/views/SkOSWindow_Win.h |
diff --git a/include/views/SkOSWindow_Win.h b/include/views/SkOSWindow_Win.h |
index a1b222d7a18e899819dada0fdc599930f0ff428e..eb8b1fc89238325cfeca90940976d5eb34e87cb4 100644 |
--- a/include/views/SkOSWindow_Win.h |
+++ b/include/views/SkOSWindow_Win.h |
@@ -98,10 +98,11 @@ private: |
#if SK_SUPPORT_GPU |
void* fHGLRC; |
#if SK_ANGLE |
- EGLDisplay fDisplay; |
- EGLContext fContext; |
- EGLSurface fSurface; |
- EGLConfig fConfig; |
+ EGLDisplay fDisplay; |
+ EGLContext fContext; |
+ EGLSurface fSurface; |
+ EGLConfig fConfig; |
+ SkAutoTUnref<const GrGLInterface> fANGLEInterface; |
#endif // SK_ANGLE |
#if SK_COMMAND_BUFFER |
SkCommandBufferGLContext* fCommandBuffer; |