| Index: ash/touch/touch_hud_debug.cc
|
| diff --git a/ash/touch/touch_hud_debug.cc b/ash/touch/touch_hud_debug.cc
|
| index 6c72ff4d31af8c17d3f0df5848a33c008780f0d3..0689e659d592f616b7113a60f180c1094940c848 100644
|
| --- a/ash/touch/touch_hud_debug.cc
|
| +++ b/ash/touch/touch_hud_debug.cc
|
| @@ -238,7 +238,7 @@ class TouchHudCanvas : public views::View {
|
| public:
|
| explicit TouchHudCanvas(const TouchLog& touch_log)
|
| : touch_log_(touch_log), scale_(1) {
|
| - SetPaintToLayer(true);
|
| + SetPaintToLayer();
|
| layer()->SetFillsBoundsOpaquely(false);
|
|
|
| paint_.setStyle(SkPaint::kFill_Style);
|
|
|