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

Unified Diff: third_party/WebKit/Source/platform/fonts/Font.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/platform/fonts/Font.h
diff --git a/third_party/WebKit/Source/platform/fonts/Font.h b/third_party/WebKit/Source/platform/fonts/Font.h
index a2135bc1b689f5853d5ebbbcb712d2cd6c1614aa..f0907b3c9d318759c09cbb5f010723ea14aefe6a 100644
--- a/third_party/WebKit/Source/platform/fonts/Font.h
+++ b/third_party/WebKit/Source/platform/fonts/Font.h
@@ -145,7 +145,7 @@ public:
PassRefPtr<FontFallbackIterator> createFontFallbackIterator(
FontFallbackPriority) const;
- void willUseFontData(UChar32) const;
+ void willUseFontData(const String& text) const;
bool loadingCustomFonts() const;
bool isFallbackValid() const;

Powered by Google App Engine
This is Rietveld 408576698