| Index: ui/gfx/render_text_linux.h
|
| diff --git a/ui/gfx/render_text_linux.h b/ui/gfx/render_text_linux.h
|
| index 1500fc0adef6ea68099bf6a8107f03698be5bce5..7dd6466e15ffba53b011198b9945e033da981b0e 100644
|
| --- a/ui/gfx/render_text_linux.h
|
| +++ b/ui/gfx/render_text_linux.h
|
| @@ -20,12 +20,12 @@ class RenderTextLinux : public RenderText {
|
|
|
| // Overridden from RenderText:
|
| virtual Size GetStringSize() OVERRIDE;
|
| - virtual int GetBaseline() OVERRIDE;
|
| virtual SelectionModel FindCursorPosition(const Point& point) OVERRIDE;
|
| virtual std::vector<FontSpan> GetFontSpansForTesting() OVERRIDE;
|
|
|
| protected:
|
| // Overridden from RenderText:
|
| + virtual int GetBaselineOfTextLayout() OVERRIDE;
|
| virtual SelectionModel AdjacentCharSelectionModel(
|
| const SelectionModel& selection,
|
| VisualCursorDirection direction) OVERRIDE;
|
|
|