aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-07-23 10:28:31 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-23 15:59:48 +0000
commit7b215bcad3034aca262ca4eeebe31b5e8868638b (patch)
tree6a1950a9ad5c03fb92eefcbed7d682e7464c50ee /include/views
parent91ff3c15df0c93779710783c24c8167e22f1d989 (diff)
pass surface to device-manager
Bug: skia:3216 Change-Id: I8e00e9eca3763593a4071c16a3ab04c46bf83a3e Reviewed-on: https://skia-review.googlesource.com/26020 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'include/views')
-rw-r--r--include/views/SkWindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h
index 8b6c29186b..e744b19d9e 100644
--- a/include/views/SkWindow.h
+++ b/include/views/SkWindow.h
@@ -79,6 +79,7 @@ public:
void postConcat(const SkMatrix&);
virtual sk_sp<SkSurface> makeSurface();
+ virtual void drawIntoSurface();
#if SK_SUPPORT_GPU
sk_sp<SkSurface> makeGpuBackedSurface(const AttachmentInfo& attachmentInfo,