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

Unified Diff: third_party/WebKit/Source/platform/fonts/FontDataCache.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/FontDataCache.h
diff --git a/third_party/WebKit/Source/platform/fonts/FontDataCache.h b/third_party/WebKit/Source/platform/fonts/FontDataCache.h
index bb110330d98aa8ab0d9de9a1b2c4848be3c850ee..571a7a3bbf3d56bbc8cca52a089593392307ccbe 100644
--- a/third_party/WebKit/Source/platform/fonts/FontDataCache.h
+++ b/third_party/WebKit/Source/platform/fonts/FontDataCache.h
@@ -74,7 +74,8 @@ class FontDataCache {
FontDataCache() {}
PassRefPtr<SimpleFontData> get(const FontPlatformData*,
- ShouldRetain = Retain);
+ ShouldRetain = Retain,
+ bool = false);
bool contains(const FontPlatformData*) const;
void release(const SimpleFontData*);

Powered by Google App Engine
This is Rietveld 408576698