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

Unified Diff: public/platform/linux/WebFontInfo.h

Issue 323963002: Remove old functions in the process of renaming WebFontFamily to WebFallbackFont (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@ren_step1
Patch Set: Created 6 years, 6 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/linux/FontCacheLinux.cpp ('k') | public/platform/linux/WebSandboxSupport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/linux/WebFontInfo.h
diff --git a/public/platform/linux/WebFontInfo.h b/public/platform/linux/WebFontInfo.h
index 9213a93168fbd80f83c4a8d734902901dcf04e4a..1e26aa1ba9dfe5cb2b7899c1e3b4e52f40d4c457 100644
--- a/public/platform/linux/WebFontInfo.h
+++ b/public/platform/linux/WebFontInfo.h
@@ -58,9 +58,6 @@ public:
// Returns: the font family instance. The instance has an empty font name if the request could not be satisfied.
BLINK_EXPORT static void fallbackFontForChar(const WebUChar32 character, const char* preferredLocale, WebFallbackFont*);
- // TODO(dro): Remove this legacy version, kept until renames on the Chromium side are done. crbug.com/382411
- BLINK_EXPORT static void familyForChar(const WebUChar32 character, const char* preferredLocale, WebFontFamily*);
-
// Fill out the given WebFontRenderStyle with the user's preferences for
// rendering the given font at the given size (in pixels).
// family: i.e. "Times New Roman"
« no previous file with comments | « Source/platform/fonts/linux/FontCacheLinux.cpp ('k') | public/platform/linux/WebSandboxSupport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698