aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/SkDeviceLooper.cpp
diff options
context:
space:
mode:
authorMike Reed <reed@google.com>2017-03-02 11:23:46 -0500
committerSkia Commit-Bot <skia-commit-bot@chromium.org>2017-03-02 18:57:45 +0000
commitc77e33f73d3e86cfabf925d6f2e1166f81022575 (patch)
tree8830c10ea1e9f3295ae9116b90120b3d811290ff /src/core/SkDeviceLooper.cpp
parent8e8e817cbf6c6e3df744dbaa070564c453b70a62 (diff)
downloadplatform_external_skqp-c77e33f73d3e86cfabf925d6f2e1166f81022575.tar.gz
platform_external_skqp-c77e33f73d3e86cfabf925d6f2e1166f81022575.tar.bz2
platform_external_skqp-c77e33f73d3e86cfabf925d6f2e1166f81022575.zip
Remove SkDraw from device-draw methods, and enable device-centric clipping.
BUG=skia:6214 Change-Id: I593900724310d09133ae4791ef68d38c43762fc2 Reviewed-on: https://skia-review.googlesource.com/8806 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'src/core/SkDeviceLooper.cpp')
-rw-r--r--src/core/SkDeviceLooper.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/SkDeviceLooper.cpp b/src/core/SkDeviceLooper.cpp
index c4e401361c..cea92704ef 100644
--- a/src/core/SkDeviceLooper.cpp
+++ b/src/core/SkDeviceLooper.cpp
@@ -11,7 +11,6 @@ SkDeviceLooper::SkDeviceLooper(const SkPixmap& base, const SkRasterClip& rc, con
bool aa)
: fBaseDst(base)
, fBaseRC(rc)
- , fSubsetRC(rc.isForceConservativeRects())
, fDelta(aa ? kAA_Delta : kBW_Delta)
{
// sentinels that next() has not yet been called, and so our mapper functions