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

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

Issue 2392033002: Correcting text baseline for tiny fonts (Closed)
Patch Set: Rebaseline. Created 4 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: 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 b97a5a8da02e772732f5ea2dcfeaedefa363aedd..0176454fe3d376f017b0d60caa5b77806f6680de 100644
--- a/third_party/WebKit/Source/platform/fonts/FontCache.h
+++ b/third_party/WebKit/Source/platform/fonts/FontCache.h
@@ -175,7 +175,8 @@ class PLATFORM_EXPORT FontCache {
#endif
PassRefPtr<SimpleFontData> fontDataFromFontPlatformData(
const FontPlatformData*,
- ShouldRetain = Retain);
+ ShouldRetain = Retain,
+ bool = false);
void invalidateShapeCache();

Powered by Google App Engine
This is Rietveld 408576698