| Index: src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp
|
| diff --git a/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp b/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp
|
| index 59ed2bf86ad211d32a1c71175a1a783db395eab6..69a74caf8a47583ed663ad9ff2a7f85ee4e1bb83 100644
|
| --- a/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp
|
| +++ b/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp
|
| @@ -32,3 +32,6 @@ const GrGLInterface* SkNativeGLContext::createGLContext() {
|
|
|
| void SkNativeGLContext::makeCurrent() const {
|
| }
|
| +
|
| +void SkNativeGLContext::swapBuffers() const {
|
| +}
|
|
|