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

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

Issue 1038193002: Clear baseLayoutStyle when the font selector version has increased. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 9 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/Font.h
diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h
index ca091a60649a08267f2f0a9f767b0acec4fd4be8..569834fef3101d0f2a528dc8a56a233bb51c863c 100644
--- a/Source/platform/fonts/Font.h
+++ b/Source/platform/fonts/Font.h
@@ -168,6 +168,8 @@ public:
return m_fontFallbackList && m_fontFallbackList->loadingCustomFonts();
}
+ bool isFallbackValid() const { return !m_fontFallbackList || m_fontFallbackList->isValid(); }
esprehn 2015/03/26 23:28:15 Ditto, does this need to be inline?
rune 2015/03/27 07:14:22 Done.
+
private:
bool shouldSkipDrawing() const
{

Powered by Google App Engine
This is Rietveld 408576698