Index: src/image/SkSurface.cpp |
diff --git a/src/image/SkSurface.cpp b/src/image/SkSurface.cpp |
index 2035e4cc8ae0ad1c2a77f378f36dac1f08c327af..73b828608255715bd6cdcc9e9cc0b6da2e609a66 100644 |
--- a/src/image/SkSurface.cpp |
+++ b/src/image/SkSurface.cpp |
@@ -228,8 +228,8 @@ sk_sp<SkSurface> SkSurface::MakeRenderTargetDirect(GrRenderTarget*, sk_sp<SkColo |
return nullptr; |
} |
-sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext*, SkBudgeted, const SkImageInfo&, int, |
- const SkSurfaceProps*) { |
+sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext*, SkBudgeted, const SkImageInfo&, |
+ int, GrSurfaceOrigin, const SkSurfaceProps*) { |
return nullptr; |
} |