diff options
author | djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-10-09 18:25:38 +0000 |
---|---|---|
committer | djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-10-09 18:25:38 +0000 |
commit | c9542ca3d00878a18a57af80037060d6374d5650 (patch) | |
tree | dffaa6a224392fa3806f18336ac54d3ee6a23ea5 /src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp | |
parent | 338a49fc55be8555e171419d079a1b6317060a38 (diff) |
Add swapBuffer call to SkGLContextHelper.
R=bsalomon@google.com
Review URL: https://codereview.chromium.org/26701002
git-svn-id: http://skia.googlecode.com/svn/trunk@11682 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp')
-rw-r--r-- | src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp b/src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp index 59ed2bf86a..69a74caf8a 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 { +} |