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

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

Issue 1806363002: Revert of Shape unicode-range: font faces in only one iteration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 719d6cf96904fadcc1218c8def84f60a015eb016..a1a49b97fc88a5f05fa7f4b24ab87aee4390e7bb 100644
--- a/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
+++ b/third_party/WebKit/Source/platform/fonts/shaping/HarfBuzzShaper.h
@@ -53,7 +53,6 @@
class GlyphBuffer;
class SimpleFontData;
class HarfBuzzShaper;
-class UnicodeRangeSet;
// Shaping text runs is split into several stages: Run segmentation, shaping the
// initial segment, identify shaped and non-shaped sequences of the shaping
@@ -163,7 +162,8 @@
unsigned startIndex,
unsigned numCharacters,
const SimpleFontData* currentFont,
- PassRefPtr<UnicodeRangeSet> currentFontRangeSet,
+ unsigned currentFontRangeFrom,
+ unsigned currentFontRangeTo,
UScriptCode currentRunScript,
hb_language_t);
bool extractShapeResults(hb_buffer_t* harfBuzzBuffer,

Powered by Google App Engine
This is Rietveld 408576698