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

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

Issue 1483543002: Always use user preference font before system fallback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/FontFallbackList.h
diff --git a/third_party/WebKit/Source/platform/fonts/FontFallbackList.h b/third_party/WebKit/Source/platform/fonts/FontFallbackList.h
index a131fc61f5a109fa0b00148d420c8ceb87d8c29e..ebb1db6a4ffa61b20de1eb6c5a3a21f17fcc19a8 100644
--- a/third_party/WebKit/Source/platform/fonts/FontFallbackList.h
+++ b/third_party/WebKit/Source/platform/fonts/FontFallbackList.h
@@ -131,6 +131,7 @@ private:
mutable int m_familyIndex;
unsigned short m_generation;
mutable bool m_hasLoadingFallback : 1;
+ mutable bool m_hasNonBlankFontData : 1;
mutable WeakPtr<ShapeCache> m_shapeCache;
};

Powered by Google App Engine
This is Rietveld 408576698