Chromium Code Reviews| Index: ui/gfx/font_render_params.h |
| diff --git a/ui/gfx/font_render_params.h b/ui/gfx/font_render_params.h |
| index f451cd1fa32116513460fc3d773c15f6ef31a818..24200a7616f9f3814d0098d6cd2ae7e01022559c 100644 |
| --- a/ui/gfx/font_render_params.h |
| +++ b/ui/gfx/font_render_params.h |
| @@ -112,7 +112,7 @@ GFX_EXPORT FontRenderParams GetFontRenderParams( |
| GFX_EXPORT void ClearFontRenderParamsCacheForTest(); |
| #endif |
| -#if defined(OS_CHROMEOS) || defined(OS_LINUX) |
| +#if defined(OS_CHROMEOS) || defined(OS_LINUX) || defined(OS_ANDROID) |
|
mthiesse
2017/04/13 14:16:51
You would need to also include ENABLE_VR here or y
sadrul
2017/04/13 14:57:55
I think if you add ENABLE_VR, then you won't need
acondor_
2017/04/18 20:59:04
Added ENABLE_VR check. mthiesse, what are your tho
|
| // Gets the device scale factor to query the FontRenderParams. |
| GFX_EXPORT float GetFontRenderParamsDeviceScaleFactor(); |