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

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

Issue 2520833002: Make HarfBuzzShaperTest.ResolveCandidateRunsUnicodeVariants more robust (Closed)
Patch Set: Mac still needs to be excepted Created 4 years, 1 month 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/ShapeResultTestInfo.h
diff --git a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultTestInfo.h b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultTestInfo.h
index a9da773e8082e03df7055eb175573f31265a46ca..c299b93e3547f2045a95a05ccd3459d9de387347 100644
--- a/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultTestInfo.h
+++ b/third_party/WebKit/Source/platform/fonts/shaping/ShapeResultTestInfo.h
@@ -20,6 +20,7 @@ class PLATFORM_EXPORT ShapeResultTestInfo : public ShapeResult {
hb_script_t&) const;
uint16_t glyphForTesting(unsigned runIndex, size_t glyphIndex) const;
float advanceForTesting(unsigned runIndex, size_t glyphIndex) const;
+ SimpleFontData* fontDataForTesting(unsigned runIndex) const;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698