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

Unified Diff: src/fonts/SkTestScalerContext.h

Issue 488143002: Replace SkTypeface::Style with SkFontStyle. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Clean up weight detection. Created 6 years, 2 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: src/fonts/SkTestScalerContext.h
diff --git a/src/fonts/SkTestScalerContext.h b/src/fonts/SkTestScalerContext.h
index 42f604952f2f3f9c0d7e8369911a6463eae6bb51..c079b4d52c01dc3db4e6f54fa301bed94cd30855 100644
--- a/src/fonts/SkTestScalerContext.h
+++ b/src/fonts/SkTestScalerContext.h
@@ -57,7 +57,7 @@ private:
class SkTestTypeface : public SkTypeface {
public:
- SkTestTypeface(SkTestFont* , SkTypeface::Style style);
+ SkTestTypeface(SkTestFont*, SkFontStyle style);
virtual ~SkTestTypeface() {
SkSafeUnref(fTestFont);
}

Powered by Google App Engine
This is Rietveld 408576698