aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkSwizzler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec/SkSwizzler.h')
-rw-r--r--src/codec/SkSwizzler.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/codec/SkSwizzler.h b/src/codec/SkSwizzler.h
index bdb10a1416..7f5bbc6209 100644
--- a/src/codec/SkSwizzler.h
+++ b/src/codec/SkSwizzler.h
@@ -163,16 +163,6 @@ public:
SkSampler::Fill(fillInfo, dst, rowBytes, colorOrIndex, zeroInit);
}
- /**
- * If fSampleX > 1, the swizzler is sampling every fSampleX'th pixel and
- * discarding the rest.
- *
- * This getter is currently used by SkBmpStandardCodec for Bmp-in-Ico decodes.
- * Ideally, the subclasses of SkCodec would have no knowledge of sampling, but
- * this allows us to apply a transparency mask to pixels after swizzling.
- */
- int sampleX() const { return fSampleX; }
-
private:
/**