Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Unified Diff: ui/gfx/platform_font.h

Issue 789583002: Updates subpixel positioning and hinting when DSF is changed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: linux fix Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gfx/font_render_params_linux.cc ('k') | ui/gfx/platform_font_ios.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/platform_font.h
diff --git a/ui/gfx/platform_font.h b/ui/gfx/platform_font.h
index 42f46ea1360248ce060ef98bdefe2a6dd734dc7d..86105da5a986deb2ceb39abddff06537a75f9c6b 100644
--- a/ui/gfx/platform_font.h
+++ b/ui/gfx/platform_font.h
@@ -64,7 +64,7 @@ class GFX_EXPORT PlatformFont : public base::RefCounted<PlatformFont> {
virtual int GetFontSize() const = 0;
// Returns an object describing how the font should be rendered.
- virtual const FontRenderParams& GetFontRenderParams() const = 0;
+ virtual const FontRenderParams& GetFontRenderParams() = 0;
// Returns the native font handle.
virtual NativeFont GetNativeFont() const = 0;
« no previous file with comments | « ui/gfx/font_render_params_linux.cc ('k') | ui/gfx/platform_font_ios.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698