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

Unified Diff: ui/gfx/linux_font_delegate.h

Issue 929733002: Fix Pango font rendering with HiDPi displays on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Pango font rendering with HiDPi displays on Linux Created 5 years, 9 months 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
Index: ui/gfx/linux_font_delegate.h
diff --git a/ui/gfx/linux_font_delegate.h b/ui/gfx/linux_font_delegate.h
index 3a8d7bb86dcb74376d80b16e7ee0d77f31118960..d08c01ad9f343c49347a13bbf78d9aaa80c0cb58 100644
--- a/ui/gfx/linux_font_delegate.h
+++ b/ui/gfx/linux_font_delegate.h
@@ -28,7 +28,7 @@ class GFX_EXPORT LinuxFontDelegate {
//
// Can return NULL, in case no toolkit has been set. (For example, if we're
// running with the "--ash" flag.)
- static const LinuxFontDelegate* instance();
+ static LinuxFontDelegate* instance();
Daniel Erat 2015/03/19 17:11:44 this can remain const, no?
stapelberg 2015/03/19 17:20:56 Done.
// Returns the default font rendering settings.
virtual FontRenderParams GetDefaultFontRenderParams() const = 0;

Powered by Google App Engine
This is Rietveld 408576698