| Index: ash/laser/laser_pointer_view.cc
|
| diff --git a/ash/laser/laser_pointer_view.cc b/ash/laser/laser_pointer_view.cc
|
| index d104eaffc5102ddb9ad2520f4e5ffd88ab63d01c..6735f7d3dfc40cc0bcdfe4af96066a6646fea2be 100644
|
| --- a/ash/laser/laser_pointer_view.cc
|
| +++ b/ash/laser/laser_pointer_view.cc
|
| @@ -220,6 +220,7 @@ LaserPointerView::LaserPointerView(base::TimeDelta life_duration,
|
| true /* handles_frame_sink_id_invalidation */,
|
| true /* needs_sync_points */),
|
| weak_ptr_factory_(this) {
|
| + frame_sink_support_.Init();
|
| widget_.reset(new views::Widget);
|
| views::Widget::InitParams params;
|
| params.type = views::Widget::InitParams::TYPE_WINDOW_FRAMELESS;
|
|
|