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

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

Issue 2598393002: Do not skip ink for ideographic scripts (Closed)
Patch Set: drott review Created 3 years, 12 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/ShapeResultBuffer.h
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
index b48e4553fb72793e8fe1ec99cdd1d8d3d48916f2..9fd86f0923bfb10ad2d3b8ad7ed8f448ae89b93c 100644
--- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
+++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultBuffer.h
@@ -51,11 +51,12 @@ class ShapeResultBuffer {
float totalWidth) const;
private:
- float fillFastHorizontalGlyphBuffer(GlyphBuffer*, TextDirection) const;
+ float fillFastHorizontalGlyphBuffer(GlyphBuffer*, const TextRun&) const;
template <TextDirection>
static float fillGlyphBufferForRun(GlyphBuffer*,
const ShapeResult::RunInfo*,
+ const TextRun&,
float initialAdvance,
unsigned from,
unsigned to,

Powered by Google App Engine
This is Rietveld 408576698