DescriptionValgrind complains about overlapping memcpy() in SkTransparentShader. In fact, it seems that src and dest are the same, so we should be able to skip the copy in this case.
Patch Set 1 #Patch Set 2 : Let's call it src instead #Patch Set 3 : For realz this time #MessagesTotal messages: 5
|