aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/PictureRenderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/PictureRenderer.cpp')
-rw-r--r--tools/PictureRenderer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/PictureRenderer.cpp b/tools/PictureRenderer.cpp
index 35b1b6166d..ebac9ca46d 100644
--- a/tools/PictureRenderer.cpp
+++ b/tools/PictureRenderer.cpp
@@ -247,6 +247,7 @@ void PictureRenderer::resetState(bool callFinish) {
}
fGrContext->flush();
+ glContext->swapBuffers();
if (callFinish) {
SK_GL(*glContext, Finish());
}