Index: third_party/WebKit/Source/platform/fonts/TextBlob.h |
diff --git a/third_party/WebKit/Source/platform/fonts/TextBlob.h b/third_party/WebKit/Source/platform/fonts/TextBlob.h |
index 2ee78ab4410d1d94a2d46ce77cee13e92a693970..bddcf14a5ac40518a1370cdbf89242deb2cf20c0 100644 |
--- a/third_party/WebKit/Source/platform/fonts/TextBlob.h |
+++ b/third_party/WebKit/Source/platform/fonts/TextBlob.h |
@@ -11,9 +11,7 @@ namespace blink { |
// Holds a (mutable) reference to an immutable SkTextBlob. |
// Typedefs are used only to insulate core/ from Skia type names. |
-// TODO(fmalita): Need to remove these typedefs - they are obsolete now. |
-typedef sk_sp<const SkTextBlob> TextBlobPtr; |
-typedef sk_sp<const SkTextBlob> PassTextBlobPtr; |
+typedef sk_sp<SkTextBlob> TextBlobPtr; |
} // namespace blink |