| Index: ui/gfx/render_text_pango.h
|
| diff --git a/ui/gfx/render_text_pango.h b/ui/gfx/render_text_pango.h
|
| index ba7361c4d30f8baf4536bec1c0066e3c7fe7d7b9..4c62e0aab899918e38e125e14f1df6dd9ca1ef86 100644
|
| --- a/ui/gfx/render_text_pango.h
|
| +++ b/ui/gfx/render_text_pango.h
|
| @@ -36,7 +36,7 @@ class RenderTextPango : public RenderText {
|
| virtual std::vector<Rect> GetSubstringBounds(const 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;
|
| + virtual bool IsValidCursorIndex(size_t index) OVERRIDE;
|
| virtual void ResetLayout() OVERRIDE;
|
| virtual void EnsureLayout() OVERRIDE;
|
| virtual void DrawVisualText(Canvas* canvas) OVERRIDE;
|
|
|