aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/views/SkWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/views/SkWindow.h')
-rw-r--r--include/views/SkWindow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h
index f81ec5d06e..e964fc681b 100644
--- a/include/views/SkWindow.h
+++ b/include/views/SkWindow.h
@@ -78,7 +78,7 @@ public:
void preConcat(const SkMatrix&);
void postConcat(const SkMatrix&);
- virtual SkSurface* createSurface();
+ virtual sk_sp<SkSurface> makeSurface();
protected:
virtual bool onEvent(const SkEvent&);
@@ -98,8 +98,8 @@ protected:
virtual bool onSetFocusView(SkView* focus);
#if SK_SUPPORT_GPU
- GrRenderTarget* renderTarget(const AttachmentInfo& attachmentInfo,
- const GrGLInterface* , GrContext* grContext);
+ sk_sp<SkSurface> makeGpuBackedSurface(const AttachmentInfo& attachmentInfo,
+ const GrGLInterface* , GrContext* grContext);
#endif
private: