| 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;
|
|
|