From 59c01e0884e4c8b2e66faed615aeb500cd560cef Mon Sep 17 00:00:00 2001 From: reed Date: Tue, 7 Oct 2014 04:04:46 -0700 Subject: [PATCH] extra call to flush until brian can figure it out BUG=skia: TBR=bsalomon@google.com Review URL: https://codereview.chromium.org/633643004 --- samplecode/SampleApp.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp index 1b766b021b..c1905270af 100644 --- a/samplecode/SampleApp.cpp +++ b/samplecode/SampleApp.cpp @@ -299,6 +299,9 @@ public: bm.alphaType()), bm.getPixels(), bm.rowBytes()); + + // extra flush call, until Brian can figure out what's going on. + fCurContext->flush(); } } #endif -- 2.34.1