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

Unified Diff: components/font_service/public/cpp/font_service_thread.h

Issue 2483013002: Mojo C++ bindings: Remove more use_new_wrapper_types=false. (Closed)
Patch Set: . Created 4 years, 1 month 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: components/font_service/public/cpp/font_service_thread.h
diff --git a/components/font_service/public/cpp/font_service_thread.h b/components/font_service/public/cpp/font_service_thread.h
index 5227541dd03c273d88fd3aabe5d5837681506bd6..9f698f836c0dc812acf040c6029d7a79cdf19fe8 100644
--- a/components/font_service/public/cpp/font_service_thread.h
+++ b/components/font_service/public/cpp/font_service_thread.h
@@ -71,7 +71,7 @@ class FontServiceThread : public base::Thread,
SkString* out_family_name,
SkFontStyle* out_style,
mojom::FontIdentityPtr font_identity,
- mojo::String family_name,
+ const std::string& family_name,
mojom::TypefaceStylePtr style);
// Implementation of OpenStream; same threading restrictions as MatchFamily.
« no previous file with comments | « components/font_service/font_service_app.cc ('k') | components/font_service/public/cpp/font_service_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698