Chromium Code Reviews| 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; |