Description
Addition of necessary flush to copyToTexturePixelRef(...).
Ganesh batches drawing operations, which means that the copy operation, which does not flush the pipeline, can capture stale contents. By forcing a flush, the up-to-date version of the texture is copied.
TEST=none
BUG=124054
Committed: https://code.google.com/p/skia/source/detail?r=3785
Patch Set 1 #Patch Set 2 : #MessagesTotal messages: 5
|