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

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

Issue 2797423005: Always use original ascent/descent for FontMetrics::floatAscent|floatDescent (Closed)
Patch Set: Created 3 years, 8 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: third_party/WebKit/Source/platform/fonts/FontCache.h
diff --git a/third_party/WebKit/Source/platform/fonts/FontCache.h b/third_party/WebKit/Source/platform/fonts/FontCache.h
index 811abf58a44f505476204325e8b9e5e27dab0a21..34de994e1b41b5f3ca8d3aafa489e0d8e346d1ab 100644
--- a/third_party/WebKit/Source/platform/fonts/FontCache.h
+++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
@@ -208,8 +208,7 @@ class PLATFORM_EXPORT FontCache {
#endif
PassRefPtr<SimpleFontData> fontDataFromFontPlatformData(
const FontPlatformData*,
- ShouldRetain = Retain,
- bool = false);
+ ShouldRetain = Retain);
void invalidateShapeCache();

Powered by Google App Engine
This is Rietveld 408576698