diff options
Diffstat (limited to 'include/codec/SkCodec.h')
-rw-r--r-- | include/codec/SkCodec.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h index 3465c1df5b..a0bd18a8e5 100644 --- a/include/codec/SkCodec.h +++ b/include/codec/SkCodec.h @@ -51,8 +51,6 @@ public: * Return a size that approximately supports the desired scale factor. * The codec may not be able to scale efficiently to the exact scale * factor requested, so return a size that approximates that scale. - * The returned value is the codec's suggestion for the closest valid - * scale that it can natively support */ SkISize getScaledDimensions(float desiredScale) const { return this->onGetScaledDimensions(desiredScale); |