Index: chrome/browser/ui/views/download/download_item_view.cc |
diff --git a/chrome/browser/ui/views/download/download_item_view.cc b/chrome/browser/ui/views/download/download_item_view.cc |
index 34696e8d230841619cc7ef031bc194db499ebc33..8d0d04a490108c01b06bac2ec2175352c21b4263 100644 |
--- a/chrome/browser/ui/views/download/download_item_view.cc |
+++ b/chrome/browser/ui/views/download/download_item_view.cc |
@@ -676,7 +676,7 @@ void DownloadItemView::OnPaint(gfx::Canvas* canvas) { |
// (hot_)body_image_set->bottom_left, and drop_down_image_set, |
// for RTL UI, we flip the canvas to draw those images mirrored. |
// Consequently, we do not need to mirror the x-axis of those images. |
- canvas->Translate(gfx::Point(width(), 0)); |
+ canvas->Translate(gfx::Vector2d(width(), 0)); |
canvas->Scale(-1, 1); |
} |
PaintImages(canvas, |