Pass SkPaint instead of its alpha and mode in WebMediaPlayer::paint
At this moment, the WebMediaPlayer::paint takes the alpha and SkXferMode
of the paint, and drop all the other properties of the SkPaint. We should
pass the whole SkPaint as the argument instead of passing only two of its
properties. Doing this will avoid other properties such as filter quality
gets dropped
BUG=
640214,
456529
TBR=qinmin@chromium.org,
esprehn@chromium.org
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2
Committed:
https://crrev.com/0ebd94d53de1de4631466ae8497c2515c1d0ecd7
Cr-Commit-Position: refs/heads/master@{#416942}