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

Unified Diff: Source/core/layout/LayoutThemeMac.h

Issue 1276003003: Reland 2: mac: Use a placeholder string for the family name of the system font. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comments from tkent. Created 5 years, 4 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: Source/core/layout/LayoutThemeMac.h
diff --git a/Source/core/layout/LayoutThemeMac.h b/Source/core/layout/LayoutThemeMac.h
index cba1b6fb7ea09bcdd90e3faccae1829d3c642bb1..982e2a5a627fcd7cba02cbda0add5949cc68b0fd 100644
--- a/Source/core/layout/LayoutThemeMac.h
+++ b/Source/core/layout/LayoutThemeMac.h
@@ -57,6 +57,8 @@ public:
// System fonts.
void systemFont(CSSValueID systemFontID, FontStyle&, FontWeight&, float& fontSize, AtomicString& fontFamily) const override;
+ bool needsHackForTextControlWithFontFamily(const AtomicString& family) const override;
+
int minimumMenuListSize(const ComputedStyle&) const override;
void adjustSliderThumbSize(ComputedStyle&) const override;

Powered by Google App Engine
This is Rietveld 408576698