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

Unified Diff: third_party/WebKit/Source/platform/fonts/SegmentedFontData.cpp

Issue 1479003002: Remove Simple Text Path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 2 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: third_party/WebKit/Source/platform/fonts/SegmentedFontData.cpp
diff --git a/third_party/WebKit/Source/platform/fonts/SegmentedFontData.cpp b/third_party/WebKit/Source/platform/fonts/SegmentedFontData.cpp
index 0f5b54a73f303e88a803f73fdf90004617654cad..036c725f6671a6919a56f824b817b19ab72e77b0 100644
--- a/third_party/WebKit/Source/platform/fonts/SegmentedFontData.cpp
+++ b/third_party/WebKit/Source/platform/fonts/SegmentedFontData.cpp
@@ -31,10 +31,6 @@
namespace blink {
-SegmentedFontData::~SegmentedFontData() {
- GlyphPageTreeNode::pruneTreeCustomFontData(this);
-}
-
const SimpleFontData* SegmentedFontData::fontDataForCharacter(UChar32 c) const {
auto end = m_faces.end();
for (auto it = m_faces.begin(); it != end; ++it) {

Powered by Google App Engine
This is Rietveld 408576698