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

Unified Diff: third_party/WebKit/Source/core/css/CSSFontSelector.h

Issue 2721613002: Fix matching Roboto Bold for src: local("Roboto Regular") (Closed)
Patch Set: Fix test case for Mac Created 3 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
Index: third_party/WebKit/Source/core/css/CSSFontSelector.h
diff --git a/third_party/WebKit/Source/core/css/CSSFontSelector.h b/third_party/WebKit/Source/core/css/CSSFontSelector.h
index 6a590fd8c4dbabf73390980ffbf56dd2b54daac6..efc427bd80884743b255617cc293c38345881fc5 100644
--- a/third_party/WebKit/Source/core/css/CSSFontSelector.h
+++ b/third_party/WebKit/Source/core/css/CSSFontSelector.h
@@ -60,8 +60,8 @@ class CORE_EXPORT CSSFontSelector : public FontSelector {
void willUseRange(const FontDescription&,
const AtomicString& familyName,
const FontDataForRangeSet&) override;
- bool isPlatformFontAvailable(const FontDescription&,
- const AtomicString& family);
+ bool isPlatformFamilyMatchAvailable(const FontDescription&,
+ const AtomicString& family);
void fontFaceInvalidated();

Powered by Google App Engine
This is Rietveld 408576698