| Index: src/image/SkSurface.cpp
|
| diff --git a/src/image/SkSurface.cpp b/src/image/SkSurface.cpp
|
| index 73b828608255715bd6cdcc9e9cc0b6da2e609a66..a0b9059e703335ac4e445cd697e1c1b31e29a997 100644
|
| --- a/src/image/SkSurface.cpp
|
| +++ b/src/image/SkSurface.cpp
|
| @@ -223,11 +223,6 @@ void SkSurface::prepareForExternalIO() {
|
|
|
| #if !SK_SUPPORT_GPU
|
|
|
| -sk_sp<SkSurface> SkSurface::MakeRenderTargetDirect(GrRenderTarget*, sk_sp<SkColorSpace>,
|
| - const SkSurfaceProps*) {
|
| - return nullptr;
|
| -}
|
| -
|
| sk_sp<SkSurface> SkSurface::MakeRenderTarget(GrContext*, SkBudgeted, const SkImageInfo&,
|
| int, GrSurfaceOrigin, const SkSurfaceProps*) {
|
| return nullptr;
|
|
|