| Index: src/gpu/gl/mesa/SkMesaGLContext.h
|
| diff --git a/src/gpu/gl/mesa/SkMesaGLContext.h b/src/gpu/gl/mesa/SkMesaGLContext.h
|
| index 0fc516231992d85924401976e944d0f6e08c1c5d..df7e0b0770af71856258ce6de63217c7c0b70f87 100644
|
| --- a/src/gpu/gl/mesa/SkMesaGLContext.h
|
| +++ b/src/gpu/gl/mesa/SkMesaGLContext.h
|
| @@ -17,9 +17,9 @@ private:
|
| typedef intptr_t Context;
|
|
|
| public:
|
| - virtual ~SkMesaGLContext() SK_OVERRIDE;
|
| - virtual void makeCurrent() const SK_OVERRIDE;
|
| - virtual void swapBuffers() const SK_OVERRIDE;
|
| + ~SkMesaGLContext() SK_OVERRIDE;
|
| + void makeCurrent() const SK_OVERRIDE;
|
| + void swapBuffers() const SK_OVERRIDE;
|
|
|
| static SkMesaGLContext* Create(GrGLStandard forcedGpuAPI) {
|
| if (kGLES_GrGLStandard == forcedGpuAPI) {
|
|
|