DescriptionRemove unused endContext().
Prior to r14216, this was called by SkBitmapProcShader::endContext.
That call has been removed, and it its place, the SkBitmapProcShader
destroys the SkBitmapProcState. All the work done by endContext() is
done by the destructor, so this function is no longer needed.
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|