| Index: src/gpu/gl/SkNullGLContext.h
|
| diff --git a/src/gpu/gl/SkNullGLContext.h b/src/gpu/gl/SkNullGLContext.h
|
| index 92ac11aeecd77e44c26b12bfd44adb70ea6154b4..b0432ba2e64c36d32b5f9f0ccc365d791037bf22 100644
|
| --- a/src/gpu/gl/SkNullGLContext.h
|
| +++ b/src/gpu/gl/SkNullGLContext.h
|
| @@ -12,9 +12,9 @@
|
|
|
| class SK_API SkNullGLContext : public SkGLContext {
|
| public:
|
| - virtual ~SkNullGLContext() SK_OVERRIDE;
|
| - virtual void makeCurrent() const SK_OVERRIDE {};
|
| - virtual void swapBuffers() const SK_OVERRIDE {};
|
| + ~SkNullGLContext() SK_OVERRIDE;
|
| + void makeCurrent() const SK_OVERRIDE {};
|
| + void swapBuffers() const SK_OVERRIDE {};
|
|
|
| static SkNullGLContext* Create(GrGLStandard forcedGpuAPI) {
|
| if (kGLES_GrGLStandard == forcedGpuAPI) {
|
|
|