Chromium Code Reviews| Index: include/core/SkTextBlob.h |
| diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h |
| index 01263af02d6701099efca009be0e02d93ea70d2c..8198f04a80bba1269ac3481e8b6f4075db248d91 100644 |
| --- a/include/core/SkTextBlob.h |
| +++ b/include/core/SkTextBlob.h |
| @@ -106,10 +106,6 @@ public: |
| */ |
| sk_sp<SkTextBlob> make(); |
| - const SkTextBlob* build() { |
| - return this->make().release(); |
| - } |
| - |
| /** |
| * Glyph and position buffers associated with a run. |
| * |