Chromium Code Reviews| Index: include/gpu/gl/SkMesaGLContext.h |
| diff --git a/include/gpu/gl/SkMesaGLContext.h b/include/gpu/gl/SkMesaGLContext.h |
| index 6470d2eef09cabb7415cf4e1514225286a10b3eb..55235fa6032ab4848a7bbf4970e4590fdcf3ec58 100644 |
| --- a/include/gpu/gl/SkMesaGLContext.h |
| +++ b/include/gpu/gl/SkMesaGLContext.h |
| @@ -22,6 +22,7 @@ public: |
| virtual ~SkMesaGLContext(); |
| virtual void makeCurrent() const SK_OVERRIDE; |
| + virtual void swapBuffers() const SK_OVERRIDE; |
| class AutoContextRestore { |
| public: |