| Index: ui/gfx/font_render_params_linux.h
|
| diff --git a/ui/gfx/font_render_params_linux.h b/ui/gfx/font_render_params_linux.h
|
| index e8fefa016035c3a7d3ffcfe0c7ddfe64fa49c9ff..2604105b82c5bca0e9949a25f8ffd6c43176f0ac 100644
|
| --- a/ui/gfx/font_render_params_linux.h
|
| +++ b/ui/gfx/font_render_params_linux.h
|
| @@ -43,6 +43,9 @@ struct UI_EXPORT FontRenderParams {
|
| // interpreter, which uses fonts' own hinting instructions)?
|
| bool autohinter;
|
|
|
| + // Should embedded bitmaps in fonts should be used?
|
| + bool use_bitmaps;
|
| +
|
| // Hinting level.
|
| Hinting hinting;
|
|
|
|
|