| Index: include/views/SkOSWindow_Win.h
 | 
| diff --git a/include/views/SkOSWindow_Win.h b/include/views/SkOSWindow_Win.h
 | 
| index 7ed22a651459dd1a1c7bb3349b06b971dfffe5da..774244400c9a0ba60aad07e9f0a6bea930440532 100644
 | 
| --- a/include/views/SkOSWindow_Win.h
 | 
| +++ b/include/views/SkOSWindow_Win.h
 | 
| @@ -91,11 +91,11 @@ private:
 | 
|  #if SK_SUPPORT_GPU
 | 
|      void*               fHGLRC;
 | 
|  #if SK_ANGLE
 | 
| -    EGLDisplay                        fDisplay;
 | 
| -    EGLContext                        fContext;
 | 
| -    EGLSurface                        fSurface;
 | 
| -    EGLConfig                         fConfig;
 | 
| -    SkAutoTUnref<const GrGLInterface> fANGLEInterface;
 | 
| +    EGLDisplay                 fDisplay;
 | 
| +    EGLContext                 fContext;
 | 
| +    EGLSurface                 fSurface;
 | 
| +    EGLConfig                  fConfig;
 | 
| +    sk_sp<const GrGLInterface> fANGLEInterface;
 | 
|  #endif // SK_ANGLE
 | 
|  #endif // SK_SUPPORT_GPU
 | 
|  
 | 
| 
 |