aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkBitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkBitmap.h')
-rw-r--r--include/core/SkBitmap.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
index f3855725b1..c4c9dc50a8 100644
--- a/include/core/SkBitmap.h
+++ b/include/core/SkBitmap.h
@@ -1246,14 +1246,12 @@ public:
bool allocPixelRef(SkBitmap* bitmap) override;
};
- /** macro expands to: void toString(SkString* str) const;
- Creates string representation of SkBitmap. The representation is read by
- internal debugging tools. The interface and implementation may be
- suppressed by defining SK_IGNORE_TO_STRING.
+ /** Creates string representation of SkBitmap. The representation is read by
+ internal debugging tools.
@param str storage for string representation
*/
- SK_TO_STRING_NONVIRT()
+ void toString(SkString* str) const;
private:
enum Flags {