aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkImage.h')
-rw-r--r--include/core/SkImage.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/core/SkImage.h b/include/core/SkImage.h
index afcbb89a5b..a7f3e4ab20 100644
--- a/include/core/SkImage.h
+++ b/include/core/SkImage.h
@@ -727,14 +727,6 @@ public:
*/
sk_sp<SkData> refEncodedData() const;
- /** Appends SkImage description to string, including unique ID, width, height, and
- whether the image is opaque.
-
- @param string storage for description; existing content is preserved
- @return string appended with SkImage description
- */
- const char* toString(SkString* string) const;
-
/** Returns subset of SkImage. subset must be fully contained by SkImage dimensions().
The implementation may share pixels, or may copy them.