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

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

Issue 1773633003: [DO NOT COMMIT] Trace events for layout-based First Meaningful Paint detection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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/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 4e3ae52f90e4788c46c64bbccf51d6354242af87..d04bf640f058c1f14c3c91b5a9676be11bca44c7 100644
--- a/third_party/WebKit/Source/core/css/CSSFontSelector.h
+++ b/third_party/WebKit/Source/core/css/CSSFontSelector.h
@@ -52,7 +52,7 @@ public:
unsigned version() const override { return m_fontFaceCache.version(); }
PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString&) override;
- void willUseFontData(const FontDescription&, const AtomicString& family, UChar32) override;
+ void willUseFontData(const FontDescription&, const AtomicString& family, const String& text) override;
void willUseRange(const FontDescription&, const AtomicString& familyName, const FontDataForRangeSet&) override;
bool isPlatformFontAvailable(const FontDescription&, const AtomicString& family);

Powered by Google App Engine
This is Rietveld 408576698