Chromium Code Reviews| Index: src/image/SkSurface.cpp |
| diff --git a/src/image/SkSurface.cpp b/src/image/SkSurface.cpp |
| index fed13a284beaed2202f5d2bde92f71032dcc777f..0315f6cc84c884467c92dd93e5952ba97c3188dc 100644 |
| --- a/src/image/SkSurface.cpp |
| +++ b/src/image/SkSurface.cpp |
| @@ -204,7 +204,7 @@ |
| } |
| SkSurface* SkSurface::NewRenderTarget(GrContext*, Budgeted, const SkImageInfo&, int, |
| - const SkSurfaceProps*, GrTextureStorageAllocator) { |
| + const SkSurfaceProps*) { |
| return nullptr; |
| } |