Index: ui/gfx/platform_font_pango.h |
diff --git a/ui/gfx/platform_font_pango.h b/ui/gfx/platform_font_pango.h |
index e70dd6adbac12a80824094ac1563f3653757144f..f9783d32bcb208cc78e1988c8a12a64183c8999a 100644 |
--- a/ui/gfx/platform_font_pango.h |
+++ b/ui/gfx/platform_font_pango.h |
@@ -50,7 +50,7 @@ class GFX_EXPORT PlatformFontPango : public PlatformFont { |
std::string GetFontName() const override; |
std::string GetActualFontNameForTesting() const override; |
int GetFontSize() const override; |
- const FontRenderParams& GetFontRenderParams() const override; |
+ const FontRenderParams& GetFontRenderParams() override; |
NativeFont GetNativeFont() const override; |
private: |
@@ -94,6 +94,9 @@ class GFX_EXPORT PlatformFontPango : 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_; |