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

Unified Diff: Source/core/css/FontFace.h

Issue 180273020: UMA histograms to measure whether / how long blank text is rendered for loading web fonts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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: Source/core/css/FontFace.h
diff --git a/Source/core/css/FontFace.h b/Source/core/css/FontFace.h
index d2f1e5679a69e4fc8bf6feec02739a44dd16e236..861b463acf3b5efe77f1219bfe1e4bdf56303a71 100644
--- a/Source/core/css/FontFace.h
+++ b/Source/core/css/FontFace.h
@@ -85,6 +85,8 @@ public:
unsigned traitsMask() const;
CSSFontFace* cssFontFace() { return m_cssFontFace.get(); }
+ bool hadBlankText() const;
+
private:
FontFace(PassRefPtrWillBeRawPtr<CSSValue> source);

Powered by Google App Engine
This is Rietveld 408576698