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

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

Issue 1806653002: Shape unicode-range: font faces in only one iteration (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update UnicodeRangeSetTests to RefPtrtr, rm copy constructor and test Created 4 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: third_party/WebKit/Source/platform/fonts/FontSelector.h
diff --git a/third_party/WebKit/Source/platform/fonts/FontSelector.h b/third_party/WebKit/Source/platform/fonts/FontSelector.h
index 183b87779d616b0c2d2f8484d25703e77355eeb4..b89357936bbd8a3bcdec205d72cb50bcb5325ba6 100644
--- a/third_party/WebKit/Source/platform/fonts/FontSelector.h
+++ b/third_party/WebKit/Source/platform/fonts/FontSelector.h
@@ -45,7 +45,7 @@ public:
// TODO crbug.com/542629 - The UChar32 variant of this method should go away after switching to complex text.
virtual void willUseFontData(const FontDescription&, const AtomicString& familyName, UChar32) = 0;
- virtual void willUseRange(const FontDescription&, const AtomicString& familyName, const FontDataRange&) = 0;
+ virtual void willUseRange(const FontDescription&, const AtomicString& familyName, const FontDataForRangeSet&) = 0;
virtual unsigned version() const = 0;
};

Powered by Google App Engine
This is Rietveld 408576698