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

Unified Diff: public/platform/linux/WebSandboxSupport.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 | « public/platform/linux/WebFontInfo.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/linux/WebSandboxSupport.h
diff --git a/public/platform/linux/WebSandboxSupport.h b/public/platform/linux/WebSandboxSupport.h
index 5da799139f89a4151e11e68a841c477fb09ea6a0..089f7514a90f8ee5eaff56cccbbe643b33d8a5aa 100644
--- a/public/platform/linux/WebSandboxSupport.h
+++ b/public/platform/linux/WebSandboxSupport.h
@@ -50,13 +50,9 @@ public:
// preferredLocale: preferred locale identifier for the |characters|
// (e.g. "en", "ja", "zh-CN")
//
- // Returns a WebFontFamily instance with the font name. The instance has empty font name if the request cannot be satisfied.
- virtual void getFontFamilyForCharacter(WebUChar32, const char* preferredLocale, WebFontFamily*) = 0;
-
- // TODO(dro): crbug.com/382411 Add a new version on the Chromium side to complete
- // the WebFontFamily->WebFallbackFont rename, like
- // virtual void getFallbackFontForCharacter(WebUChar32, const char* preferredLocale, WebFallbackFont*) = 0;
- // then add it here.
+ // Returns a WebFallbackFont instance with the font name and filename.
+ // The instance has empty font name if the request cannot be satisfied.
+ virtual void getFallbackFontForCharacter(WebUChar32, const char* preferredLocale, WebFallbackFont*) = 0;
virtual void getRenderStyleForStrike(const char* family, int sizeAndStyle, WebFontRenderStyle*) = 0;
};
« no previous file with comments | « public/platform/linux/WebFontInfo.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698