Chromium Code Reviews| Index: src/gpu/gl/iOS/SkNativeGLContext_iOS.mm |
| diff --git a/src/gpu/gl/iOS/SkNativeGLContext_iOS.mm b/src/gpu/gl/iOS/SkNativeGLContext_iOS.mm |
| index 46bd03a2c30d173a74ba4a5a1b084c1d968f7ad0..a276fd05da697085a2e353d2166e3ecb78850ffe 100644 |
| --- a/src/gpu/gl/iOS/SkNativeGLContext_iOS.mm |
| +++ b/src/gpu/gl/iOS/SkNativeGLContext_iOS.mm |
| @@ -60,3 +60,5 @@ void SkNativeGLContext::makeCurrent() const { |
| SkDebugf("Could not set the context.\n"); |
| } |
| } |
| + |
| +void SkNativeGLContext::swapBuffers() const { } |