Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: chrome/browser/ui/views/create_application_shortcut_view.cc

Issue 7067031: roll skia 1402:1410 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/create_application_shortcut_view.cc
diff --git a/chrome/browser/ui/views/create_application_shortcut_view.cc b/chrome/browser/ui/views/create_application_shortcut_view.cc
index eef988f150b6443b83fdda2bc8d6c0fd3b80c8e5..8f714ad02b0f664d8d0f11ee32ece6ea7c47faeb 100644
--- a/chrome/browser/ui/views/create_application_shortcut_view.cc
+++ b/chrome/browser/ui/views/create_application_shortcut_view.cc
@@ -187,7 +187,7 @@ void AppInfoView::OnPaint(gfx::Canvas* canvas) {
inner_paint.setAntiAlias(true);
inner_paint.setARGB(0xFF, 0xF8, 0xF8, 0xF8);
canvas->AsCanvasSkia()->drawRoundRect(
- inner_rect, SkIntToScalar(1.5), SkIntToScalar(1.5), inner_paint);
+ inner_rect, SkDoubleToScalar(1.5), SkDoubleToScalar(1.5), inner_paint);
}
} // namespace

Powered by Google App Engine
This is Rietveld 408576698