| Index: ui/gfx/canvas.h
|
| diff --git a/ui/gfx/canvas.h b/ui/gfx/canvas.h
|
| index 189aeb425cd813ec53abeab180162ac89f33b8f1..2887b307a90b3206ce901be9a838045dfd5c109e 100644
|
| --- a/ui/gfx/canvas.h
|
| +++ b/ui/gfx/canvas.h
|
| @@ -103,8 +103,7 @@ class UI_EXPORT Canvas {
|
|
|
| virtual void Translate(const gfx::Point& point) = 0;
|
|
|
| - // Wrapper function that takes integer arguments.
|
| - virtual void ScaleInt(int x, int y) = 0;
|
| + virtual void Scale(int x_scale, int y_scale) = 0;
|
|
|
| // Fills the specified region with the specified color using a transfer
|
| // mode of SkXfermode::kSrcOver_Mode.
|
|
|