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

Unified Diff: third_party/WebKit/Source/platform/fonts/SimpleFontData.h

Issue 2766373005: Add a ShapeResultBloberizer test for mixed rotations (Closed)
Patch Set: minor cleanup Created 3 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 | « no previous file | third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/fonts/SimpleFontData.h
diff --git a/third_party/WebKit/Source/platform/fonts/SimpleFontData.h b/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
index 35943515d3741b92f198a2233e7e5bc6f3c826f3..f143b6b369af1c7bf83a82b4debf3cfc9d555d06 100644
--- a/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
+++ b/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
@@ -164,10 +164,7 @@ class PLATFORM_EXPORT SimpleFontData : public FontData {
bool isTextOrientationFallback = false,
bool subpixelAscentDescent = false);
- SimpleFontData(PassRefPtr<CustomFontData> customData,
- float fontSize,
- bool syntheticBold,
- bool syntheticItalic);
+ SimpleFontData(const FontPlatformData&, PassRefPtr<OpenTypeVerticalData>);
drott 2017/03/24 13:57:20 Could you perhaps add a comment here saying that t
f(malita) 2017/03/24 14:02:42 Done.
private:
void platformInit(bool subpixelAscentDescent);
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/fonts/SimpleFontData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698