| Index: ui/gfx/platform_font_linux.h
|
| diff --git a/ui/gfx/platform_font_linux.h b/ui/gfx/platform_font_linux.h
|
| index 52c4bceb76e82e590d5cd4aaa158a19a29b5b4ad..e990f33b1ed0cd02a68790a433d2b26718faaf3e 100644
|
| --- a/ui/gfx/platform_font_linux.h
|
| +++ b/ui/gfx/platform_font_linux.h
|
| @@ -84,9 +84,7 @@ class GFX_EXPORT PlatformFontLinux : public PlatformFont {
|
| std::string font_family_;
|
| int font_size_pixels_;
|
| int style_;
|
| -#if defined(OS_CHROMEOS)
|
| float device_scale_factor_;
|
| -#endif
|
|
|
| // Information describing how the font should be rendered.
|
| FontRenderParams font_render_params_;
|
|
|