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

Unified Diff: Source/platform/fonts/FontFallbackList.h

Issue 1314843009: Add DocumentTiming metrics for "time to first text paint" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update comment and rebase Created 5 years, 3 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/platform/fonts/FontFallbackList.h
diff --git a/Source/platform/fonts/FontFallbackList.h b/Source/platform/fonts/FontFallbackList.h
index 72f12681a2172c51ea4425e88bfaeeb8a9c60aed..60789540ce0c704bfa3fe21c70a800536b41dcf1 100644
--- a/Source/platform/fonts/FontFallbackList.h
+++ b/Source/platform/fonts/FontFallbackList.h
@@ -119,6 +119,7 @@ private:
mutable int m_familyIndex;
unsigned short m_generation;
mutable bool m_hasLoadingFallback : 1;
+ mutable bool m_hasCustomFont : 1;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698