Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1282)

Unified Diff: src/gpu/gl/nacl/SkNativeGLContext_nacl.cpp

Issue 26701002: Add swapBuffer call to SkGLContextHelper. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: comments Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/gl/mesa/SkMesaGLContext.cpp ('k') | src/gpu/gl/unix/SkNativeGLContext_unix.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
+}
« no previous file with comments | « src/gpu/gl/mesa/SkMesaGLContext.cpp ('k') | src/gpu/gl/unix/SkNativeGLContext_unix.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698