diff options
-rw-r--r-- | include/gpu/gl/SkMesaGLContext.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/gpu/gl/SkMesaGLContext.h b/include/gpu/gl/SkMesaGLContext.h index 5c329ff120..14a3ca7b27 100644 --- a/include/gpu/gl/SkMesaGLContext.h +++ b/include/gpu/gl/SkMesaGLContext.h @@ -30,9 +30,9 @@ public: private: Context fOldContext; - GLint fOldWidth; - GLint fOldHeight; - GLint fOldFormat; + GrGLint fOldWidth; + GrGLint fOldHeight; + GrGLint fOldFormat; void* fOldImage; }; |