Chromium Code Reviews| Index: samplecode/SampleApp.cpp |
| diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp |
| index 1b766b021b2c68c0d86b055ab62043d9d9e68180..c1905270af40a9704d02c3532d0b275a3b925d6e 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 |