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

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

Issue 171823002: Make text visible when font loading takes longer than 3 seconds (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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
« no previous file with comments | « Source/platform/fonts/FontFallbackList.cpp ('k') | Source/platform/fonts/SegmentedFontData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/fonts/SegmentedFontData.h
diff --git a/Source/platform/fonts/SegmentedFontData.h b/Source/platform/fonts/SegmentedFontData.h
index 73f3645c07b7c4e6e31c2c742240dcbb0cb1cef4..db828ad2c3c562637bbd1fb1e0beaa66b909d892 100644
--- a/Source/platform/fonts/SegmentedFontData.h
+++ b/Source/platform/fonts/SegmentedFontData.h
@@ -77,6 +77,7 @@ private:
virtual bool isLoading() const OVERRIDE;
virtual bool isLoadingFallback() const OVERRIDE;
virtual bool isSegmented() const OVERRIDE;
+ virtual bool shouldSkipDrawing() const OVERRIDE;
Vector<FontDataRange, 1> m_ranges;
};
« no previous file with comments | « Source/platform/fonts/FontFallbackList.cpp ('k') | Source/platform/fonts/SegmentedFontData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698