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

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

Issue 2766373005: Add a ShapeResultBloberizer test for mixed rotations (Closed)
Patch Set: review 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..a97077315ad5a22af6b89fc643fbed77763d4498 100644
--- a/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
+++ b/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
@@ -164,10 +164,8 @@ class PLATFORM_EXPORT SimpleFontData : public FontData {
bool isTextOrientationFallback = false,
bool subpixelAscentDescent = false);
- SimpleFontData(PassRefPtr<CustomFontData> customData,
- float fontSize,
- bool syntheticBold,
- bool syntheticItalic);
+ // Only used for testing.
+ SimpleFontData(const FontPlatformData&, PassRefPtr<OpenTypeVerticalData>);
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