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

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

Issue 1672553004: Use FontFallbackPriority Fonts in FontFallbackIterator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Column limit Created 4 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: third_party/WebKit/Source/platform/fonts/Font.h
diff --git a/third_party/WebKit/Source/platform/fonts/Font.h b/third_party/WebKit/Source/platform/fonts/Font.h
index ebb77fbbcb1f067cf33b5719652eb0681c04fa48..6254fffcb2f0568048d677f663a3296edc970a73 100644
--- a/third_party/WebKit/Source/platform/fonts/Font.h
+++ b/third_party/WebKit/Source/platform/fonts/Font.h
@@ -29,6 +29,7 @@
#include "platform/PlatformExport.h"
#include "platform/fonts/FontDescription.h"
#include "platform/fonts/FontFallbackList.h"
+#include "platform/fonts/FontFallbackPriority.h"
#include "platform/fonts/SimpleFontData.h"
#include "platform/text/TabSize.h"
#include "platform/text/TextDirection.h"
@@ -139,7 +140,8 @@ private:
public:
FontSelector* fontSelector() const;
- PassRefPtr<FontFallbackIterator> createFontFallbackIterator() const;
+ PassRefPtr<FontFallbackIterator> createFontFallbackIterator(
+ FontFallbackPriority) const;
void willUseFontData(UChar32) const;

Powered by Google App Engine
This is Rietveld 408576698