diff options
author | Hal Canary <halcanary@google.com> | 2017-05-19 10:18:47 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-05-19 15:18:21 +0000 |
commit | b091c930e37214108385c5d801f7eb093d5960fa (patch) | |
tree | 4cd33a0fecb3a7860d4420bdcd41baf09c5bc71e /include | |
parent | aeaf22bb0764c2a1b828d5f84f964ad77dce49b7 (diff) |
SkDocument: remove deprecated function
I meant to land this after https://crrev.com/2726103006 ,
but got sidetracked.
Change-Id: I4f0397302d41e89d2394bec545190cb024929bd8
Reviewed-on: https://skia-review.googlesource.com/17390
Reviewed-by: Cary Clark <caryclark@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkDocument.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/core/SkDocument.h b/include/core/SkDocument.h index 6594511df8..920424317a 100644 --- a/include/core/SkDocument.h +++ b/include/core/SkDocument.h @@ -171,8 +171,6 @@ public: IXpsOMObjectFactory* xpsFactory, SkScalar dpi = SK_ScalarDefaultRasterDPI); #endif - // DEPRECATED; TODO(halcanary): remove this function after Chromium switches to new API. - static sk_sp<SkDocument> MakeXPS(SkWStream*) { return nullptr; } /** * Begin a new page for the document, returning the canvas that will draw |