| Index: include/gpu/gl/SkMesaGLContext.h
|
| diff --git a/include/gpu/gl/SkMesaGLContext.h b/include/gpu/gl/SkMesaGLContext.h
|
| index 28349ddd8880600ab9f15b5066fbc1e03e6f27b3..0145d4cf93ea980ca8a3508b9ee4b499da29265c 100644
|
| --- a/include/gpu/gl/SkMesaGLContext.h
|
| +++ b/include/gpu/gl/SkMesaGLContext.h
|
| @@ -8,11 +8,11 @@
|
| #ifndef SkMesaGLContext_DEFINED
|
| #define SkMesaGLContext_DEFINED
|
|
|
| -#include "SkGLContextHelper.h"
|
| +#include "SkGLContext.h"
|
|
|
| #if SK_MESA
|
|
|
| -class SkMesaGLContext : public SkGLContextHelper {
|
| +class SkMesaGLContext : public SkGLContext {
|
| private:
|
| typedef intptr_t Context;
|
|
|
|
|