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

Unified Diff: content/common/font_config_ipc_linux.h

Issue 1877673002: Move legacyCreateTypeface to SkFontStyle. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove DEPS change now that Skia change has landed. Created 4 years, 8 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 | « content/child/font_warmup_win_unittest.cc ('k') | content/common/font_config_ipc_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/font_config_ipc_linux.h
diff --git a/content/common/font_config_ipc_linux.h b/content/common/font_config_ipc_linux.h
index 5e969cd2f126ed774a2c67aaaaae2d95a2d91bb4..59a4b0f4338f7c655ca0cda20a328b6fa1dc9ffb 100644
--- a/content/common/font_config_ipc_linux.h
+++ b/content/common/font_config_ipc_linux.h
@@ -34,10 +34,10 @@ class FontConfigIPC : public SkFontConfigInterface {
~FontConfigIPC() override;
bool matchFamilyName(const char familyName[],
- SkTypeface::Style requested,
+ SkFontStyle requested,
FontIdentity* outFontIdentifier,
SkString* outFamilyName,
- SkTypeface::Style* outStyle) override;
+ SkFontStyle* outStyle) override;
// Returns a new SkTypeface instance or a ref'ed one from the cache. The
// caller should adopt the pointer.
« no previous file with comments | « content/child/font_warmup_win_unittest.cc ('k') | content/common/font_config_ipc_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698