aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2018-01-19 08:25:11 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-19 14:30:33 +0000
commit5a0f3455320f5591c196844ff8a89b71a7d9aa56 (patch)
treee04602fe448f6d456e0796f116659cd1344ea92c /include
parentf6258605545945990b5063cf30b4663714fd64f2 (diff)
remove code from old picture serial guard
Bug: skia: Change-Id: If50a76c7f570d6e88f6583d381d0354568398039 Reviewed-on: https://skia-review.googlesource.com/97060 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPicture.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/core/SkPicture.h b/include/core/SkPicture.h
index 2139928233..b75e9fceff 100644
--- a/include/core/SkPicture.h
+++ b/include/core/SkPicture.h
@@ -108,8 +108,6 @@ public:
// Returns NULL if this is not an SkBigPicture.
virtual const SkBigPicture* asSkBigPicture() const { return nullptr; }
- static bool PictureIOSecurityPrecautionsEnabled();
-
private:
// Subclass whitelist.
SkPicture();