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

Unified Diff: ash/laser/laser_pointer_view.cc

Issue 2807653003: Move Work From CompositorFrameSinkSupport() To Init() (Closed)
Patch Set: More Init Created 3 years, 8 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: 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;

Powered by Google App Engine
This is Rietveld 408576698