Index: ui/views/touchui/touch_selection_controller_impl.cc |
=================================================================== |
--- ui/views/touchui/touch_selection_controller_impl.cc (revision 111322) |
+++ ui/views/touchui/touch_selection_controller_impl.cc (working copy) |
@@ -276,7 +276,7 @@ |
paint.setStyle(SkPaint::kFill_Style); |
paint.setXfermodeMode(SkXfermode::kSrc_Mode); |
- canvas->DrawRect(GetLocalBounds(), paint); |
+ canvas->DrawRectInt(0, 0, width(), height(), paint); |
#else |
// This is the same as COLOR_TOOLBAR. |
canvas->GetSkCanvas()->drawColor(SkColorSetRGB(210, 225, 246), |