| Index: ui/gfx/render_text_linux.h
|
| diff --git a/ui/gfx/render_text_linux.h b/ui/gfx/render_text_linux.h
|
| index a2b1e665ae73768fd107a1df7a958c0a56c4cab7..39aaaef3ec9d1639b94279c22e6e095b0f13c50b 100644
|
| --- a/ui/gfx/render_text_linux.h
|
| +++ b/ui/gfx/render_text_linux.h
|
| @@ -32,8 +32,9 @@ class RenderTextLinux : public RenderText {
|
| virtual SelectionModel AdjacentWordSelectionModel(
|
| const SelectionModel& selection,
|
| VisualCursorDirection direction) OVERRIDE;
|
| - virtual ui::Range GetGlyphBounds(size_t index) OVERRIDE;
|
| - virtual std::vector<Rect> GetSubstringBounds(const ui::Range& range) OVERRIDE;
|
| + virtual gfx::Range GetGlyphBounds(size_t index) OVERRIDE;
|
| + virtual std::vector<Rect> GetSubstringBounds(
|
| + const gfx::Range& range) OVERRIDE;
|
| virtual size_t TextIndexToLayoutIndex(size_t index) const OVERRIDE;
|
| virtual size_t LayoutIndexToTextIndex(size_t index) const OVERRIDE;
|
| virtual bool IsCursorablePosition(size_t position) OVERRIDE;
|
|
|