Add missing virtual functions for SkRectClipCheckBlitter
authorYuqian Li <liyuqian@google.com>
Mon, 21 Nov 2016 14:44:59 +0000 (09:44 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 21 Nov 2016 15:18:37 +0000 (15:18 +0000)
commit99bba9ea829323a7941d4f3a9c98da7a76432d1b
tree6d263012989c28e154fc8e95726974099228cf00
parent7992da32f02f90e0ac9ab6914eb31676b502eb71
Add missing virtual functions for SkRectClipCheckBlitter

This CL is related to the issue that we tried to fix in
https://skia-review.googlesource.com/c/5078/

Specifically, SkARGB32_Blitter overrides blitAntiH2 and blitAntiV2 and
they're different from blitAntiRuns. Therefore, if
SkRectClipCheckBlitter does not override those two functions, we're
going to get different results in debug and release build.

BUG=skia:

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=5082

Change-Id: I7f9565d494f0a6c45ab5a06fbedb73ef233b9a1f
Reviewed-on: https://skia-review.googlesource.com/5082
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Yuqian Li <liyuqian@google.com>
src/core/SkBlitter.cpp
src/core/SkBlitter.h
src/core/SkScanPriv.h
src/core/SkScan_Path.cpp