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

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: ios 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
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 {
+}

Powered by Google App Engine
This is Rietveld 408576698