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

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

Issue 2751163002: Report UseCounter metric when observing NotDef glyphs (Closed)
Patch Set: Relax num_glyphs assertion, not feasible on Mac Created 3 years, 7 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/shaping/HarfBuzzShaper.h
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
index dd7c39c1dd88b6eb854641530171ac3a63311e57..126d25004ffd2cd0f626822bf41d822f0d8e3afa 100644
--- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
+++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
@@ -80,7 +80,7 @@ class PLATFORM_EXPORT HarfBuzzShaper final {
RunSegmenter::RunSegmenterRange,
ShapeResult*) const;
- bool ExtractShapeResults(RangeData*,
+ void ExtractShapeResults(RangeData*,
bool& font_cycle_queued,
const HolesQueueItem&,
const SimpleFontData*,

Powered by Google App Engine
This is Rietveld 408576698