| Index: ash/touch_hud/touch_hud_renderer.cc
|
| diff --git a/ash/touch_hud/touch_hud_renderer.cc b/ash/touch_hud/touch_hud_renderer.cc
|
| index adb5243f4cf2aa6b7608adbdf14509b5880f399a..539bbdb2b73de5078e3e782abf18d6447e78f2bb 100644
|
| --- a/ash/touch_hud/touch_hud_renderer.cc
|
| +++ b/ash/touch_hud/touch_hud_renderer.cc
|
| @@ -35,7 +35,7 @@ class TouchPointView : public views::View,
|
| explicit TouchPointView(views::Widget* parent_widget)
|
| : circle_center_(kPointRadius + 1, kPointRadius + 1),
|
| gradient_center_(SkPoint::Make(kPointRadius + 1, kPointRadius + 1)) {
|
| - SetPaintToLayer(true);
|
| + SetPaintToLayer();
|
| layer()->SetFillsBoundsOpaquely(false);
|
|
|
| SetSize(gfx::Size(2 * kPointRadius + 2, 2 * kPointRadius + 2));
|
|
|