| Index: components/font_service/public/interfaces/font_service.mojom
|
| diff --git a/components/font_service/public/interfaces/font_service.mojom b/components/font_service/public/interfaces/font_service.mojom
|
| index ea913d48f00eef6466d176edd2f708d52fd5a3c0..e4255f8121a69a858a82c3dd0e8123ec3f7e3121 100644
|
| --- a/components/font_service/public/interfaces/font_service.mojom
|
| +++ b/components/font_service/public/interfaces/font_service.mojom
|
| @@ -4,6 +4,8 @@
|
|
|
| module font_service.mojom;
|
|
|
| +import "mojo/common/common_custom_types.mojom";
|
| +
|
| enum TypefaceSlant {
|
| ROMAN = 0,
|
| ITALIC = 1,
|
| @@ -39,5 +41,5 @@ interface FontService {
|
| (FontIdentity? identity, string family_name, TypefaceStyle style);
|
|
|
| // Returns a handle to the raw font specified by |id_number|.
|
| - OpenStream(uint32 id_number) => (handle font_handle);
|
| + OpenStream(uint32 id_number) => (mojo.common.mojom.File? font_handle);
|
| };
|
|
|