| Index: ui/gfx/render_text_win.h
|
| diff --git a/ui/gfx/render_text_win.h b/ui/gfx/render_text_win.h
|
| index 1b251718816da80a63ea7af4e45f7d5ef1f45423..8995f2fde5d8e473d5e42d74e9dc6c9739f8a18d 100644
|
| --- a/ui/gfx/render_text_win.h
|
| +++ b/ui/gfx/render_text_win.h
|
| @@ -87,7 +87,7 @@ class RenderTextWin : 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(
|
|
|