| Index: ui/gfx/render_text_linux.h
|
| diff --git a/ui/gfx/render_text_linux.h b/ui/gfx/render_text_linux.h
|
| index be8224bad28d085824e58fe9e6850901b6b1c8a1..023a81902ce9519ab5c268951ab7d0498611df5c 100644
|
| --- a/ui/gfx/render_text_linux.h
|
| +++ b/ui/gfx/render_text_linux.h
|
| @@ -41,7 +41,7 @@ class RenderTextLinux : public RenderText {
|
| virtual bool IsCursorablePosition(size_t position) OVERRIDE;
|
| virtual void UpdateLayout() OVERRIDE;
|
| virtual void EnsureLayout() OVERRIDE;
|
| - virtual void DrawVisualText(Canvas* canvas) OVERRIDE;
|
| + virtual void DrawVisualText(CanvasSkia* canvas) OVERRIDE;
|
|
|
| private:
|
| virtual size_t IndexOfAdjacentGrapheme(
|
|
|