Fixes skia bug 6232
authorMatthew Leibowitz <mattleibow@live.com>
Mon, 13 Feb 2017 00:38:53 +0000 (04:38 +0400)
committerMatthew Leibowitz <mattleibow@live.com>
Mon, 13 Feb 2017 00:38:53 +0000 (04:38 +0400)
https://bugs.chromium.org/p/skia/issues/detail?id=6232

src/image/SkSurface.cpp

index 3d6670f..8602cb2 100644 (file)
@@ -221,8 +221,8 @@ sk_sp<SkSurface> SkSurface::MakeFromBackendRenderTarget(GrContext*,
     return nullptr;
 }
 
-sk_sp<SkSurface> MakeFromBackendTextureAsRenderTarget(GrContext*, const GrBackendTextureDesc&,
-                                                      sk_sp<SkColorSpace>, const SkSurfaceProps*) {
+sk_sp<SkSurface> SkSurface::MakeFromBackendTextureAsRenderTarget(GrContext*, const GrBackendTextureDesc&,
+                                                                 sk_sp<SkColorSpace>, const SkSurfaceProps*) {
     return nullptr;
 }