aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar fmalita <fmalita@chromium.org>2016-05-12 10:53:49 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-12 10:53:49 -0700
commit1e2e33a74d707b918a0b1063047bbb25ee81ae67 (patch)
tree52d271e85cde45d60089cd80263c6fcd8939bdc3 /include
parentb11cf50b4a07be00b80816c67f738588357330bd (diff)
Remove SkPicture::hasText()
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPicture.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 52ac3f9565..44a1e5bdb9 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -139,10 +139,6 @@ public:
*/
virtual int approximateOpCount() const = 0;
- /** Return true if this picture contains text.
- */
- virtual bool hasText() const = 0;
-
/** Returns the approximate byte size of this picture, not including large ref'd objects. */
virtual size_t approximateBytesUsed() const = 0;