commit | 99bba9ea829323a7941d4f3a9c98da7a76432d1b | [log] [tgz] |
---|---|---|
author | Yuqian Li <liyuqian@google.com> | Mon Nov 21 09:44:59 2016 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Nov 21 15:18:37 2016 +0000 |
tree | 6d263012989c28e154fc8e95726974099228cf00 | |
parent | 7992da32f02f90e0ac9ab6914eb31676b502eb71 [diff] |
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>