diff options
Diffstat (limited to 'ui/gfx/render_text_linux.h')
-rw-r--r-- | ui/gfx/render_text_linux.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/gfx/render_text_linux.h b/ui/gfx/render_text_linux.h index 59501f7..190f2dd 100644 --- a/ui/gfx/render_text_linux.h +++ b/ui/gfx/render_text_linux.h @@ -19,7 +19,6 @@ class RenderTextLinux : public RenderText { virtual ~RenderTextLinux(); // Overridden from RenderText: - virtual base::i18n::TextDirection GetTextDirection() OVERRIDE; virtual Size GetStringSize() OVERRIDE; virtual int GetBaseline() OVERRIDE; virtual SelectionModel FindCursorPosition(const Point& point) OVERRIDE; |