Chromium Code Reviews| Index: src/core/SkDevice.cpp |
| diff --git a/src/core/SkDevice.cpp b/src/core/SkDevice.cpp |
| index 0c0dfa997c85bbf7621e86f8f8ddd9d9aa79a25d..df0ba5f110fa23dc8bce315fd34824ebc2d788a2 100644 |
| --- a/src/core/SkDevice.cpp |
| +++ b/src/core/SkDevice.cpp |
| @@ -455,3 +455,6 @@ uint32_t SkBaseDevice::filterTextFlags(const SkPaint& paint) const { |
| return flags; |
| } |
| +sk_sp<SkSurface> SkBaseDevice::makeSurface(SkImageInfo const&, SkSurfaceProps const&) { |
| + return nullptr; |
| +} |