aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkMaskSwizzler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codec/SkMaskSwizzler.h')
-rw-r--r--src/codec/SkMaskSwizzler.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/codec/SkMaskSwizzler.h b/src/codec/SkMaskSwizzler.h
index 5d2955caab..3bf8d1758f 100644
--- a/src/codec/SkMaskSwizzler.h
+++ b/src/codec/SkMaskSwizzler.h
@@ -45,13 +45,6 @@ public:
SkSampler::Fill(fillInfo, dst, rowBytes, colorOrIndex, zeroInit);
}
- /**
- * Returns the byte offset at which we write to destination memory, taking
- * scaling, subsetting, and partial frames into account.
- * A similar function exists on SkSwizzler.
- */
- int swizzleWidth() const { return fDstWidth; }
-
private:
/*