Index: include/codec/SkCodec.h |
diff --git a/include/codec/SkCodec.h b/include/codec/SkCodec.h |
index ce581632e158e3ec55e266b5d7a221c889987b89..be6364b139acfcef84c0669a5661a961c1d93824 100644 |
--- a/include/codec/SkCodec.h |
+++ b/include/codec/SkCodec.h |
@@ -51,6 +51,8 @@ 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); |