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

Unified Diff: Source/platform/fonts/skia/SkiaFontWin.cpp

Issue 139203009: Re-land "Don't check lfQuality in LOGFONT as it has no effect on rendering"" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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 | Source/platform/fonts/win/FontPlatformDataWin.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/skia/SkiaFontWin.cpp
diff --git a/Source/platform/fonts/skia/SkiaFontWin.cpp b/Source/platform/fonts/skia/SkiaFontWin.cpp
index 66c07a0de13dc2e55c205aca410e7ab88f816ab5..7fb073e921c71fb55b16badaa117a21d32662d14 100644
--- a/Source/platform/fonts/skia/SkiaFontWin.cpp
+++ b/Source/platform/fonts/skia/SkiaFontWin.cpp
@@ -175,7 +175,7 @@ void paintSkiaText(GraphicsContext* context,
if (context->isPrintingDevice())
FontPlatformData::ensureFontLoaded(hfont);
- RefPtr<SkTypeface> face = CreateTypefaceFromHFont(hfont, &size, &paintTextFlags);
+ RefPtr<SkTypeface> face = CreateTypefaceFromHFont(hfont, &size);
paintSkiaText(context, data, face.get(), size, paintTextFlags, numGlyphs, glyphs, advances, offsets, origin, textRect);
}
#endif
« no previous file with comments | « no previous file | Source/platform/fonts/win/FontPlatformDataWin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698