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

Unified Diff: components/font_service/font_service_app.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 | « no previous file | components/font_service/font_service_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/font_service/font_service_app.h
diff --git a/components/font_service/font_service_app.h b/components/font_service/font_service_app.h
index 957f231f7b2518968c2307c6b33aa95a58fcabe8..1458c72610283c742acec8b4832761463e245677 100644
--- a/components/font_service/font_service_app.h
+++ b/components/font_service/font_service_app.h
@@ -37,7 +37,7 @@ class FontServiceApp : public mojo::ShellClient,
// FontService:
void MatchFamilyName(const mojo::String& family_name,
- TypefaceStyle requested_style,
+ TypefaceStylePtr requested_style,
const MatchFamilyNameCallback& callback) override;
void OpenStream(uint32_t id_number,
const OpenStreamCallback& callback) override;
« no previous file with comments | « no previous file | components/font_service/font_service_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698