Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: include/core/SkTextBlob.h

Issue 2335493005: Use sk_sp text blob APIs (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
*

Powered by Google App Engine
This is Rietveld 408576698