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

Unified Diff: third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h

Issue 1773403002: Update SVG text layout to use shaped glyph data & go fast (O(n^2)->O(n)) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@1773353003
Patch Set: Fix TestExpectations collision Created 4 years, 9 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
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h b/third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h
index 6b49cb4582b3a454b37fa082837ed8c1e73ad441..fb4d1383071b91fc785b48a1a3f2b192544f606a 100644
--- a/third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h
+++ b/third_party/WebKit/Source/platform/fonts/shaping/SimpleShaper.h
@@ -40,9 +40,6 @@ class TextRun;
struct GlyphData;
struct PLATFORM_EXPORT SimpleShaper : public Shaper {
- // SVGTextMetricsCalculator wants to allocate SimpleShaper by using
- // operator new.
- USING_FAST_MALLOC(SimpleShaper);
public:
SimpleShaper(const Font*, const TextRun&, const GlyphData* emphasisData = nullptr,
HashSet<const SimpleFontData*>* fallbackFonts = nullptr, FloatRect* = nullptr);
« no previous file with comments | « third_party/WebKit/Source/platform/fonts/shaping/CachingWordShaper.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698