From c994a93b327235182c6d29a782c409b2c58476ae Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Tue, 19 Jun 2018 13:09:54 -0400 Subject: Move op memory storage to GrContext (take 2) TBR=bsalomon@google.com Change-Id: I4a448694d4114d83cd3a720cfc8bd37de51733d1 Reviewed-on: https://skia-review.googlesource.com/135707 Reviewed-by: Greg Daniel Reviewed-by: Brian Salomon Commit-Queue: Robert Phillips --- include/atlastext/SkAtlasTextTarget.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/atlastext') diff --git a/include/atlastext/SkAtlasTextTarget.h b/include/atlastext/SkAtlasTextTarget.h index c29f381dc8..7e4ae449ed 100644 --- a/include/atlastext/SkAtlasTextTarget.h +++ b/include/atlastext/SkAtlasTextTarget.h @@ -27,7 +27,9 @@ public: * Creates a text drawing target. ‘handle’ is used to identify this rendering surface when * draws are flushed to the SkAtlasTextContext's SkAtlasTextRenderer. */ - static std::unique_ptr Make(sk_sp, int width, int height, + static std::unique_ptr Make(sk_sp, + int width, + int height, void* handle); /** -- cgit v1.2.3