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

Unified Diff: ash/laser/laser_pointer_view.h

Issue 2807653003: Move Work From CompositorFrameSinkSupport() To Init() (Closed)
Patch Set: Add CompositorFrameSinkSupport::Create 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
« no previous file with comments | « android_webview/browser/surfaces_instance.cc ('k') | ash/laser/laser_pointer_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/laser/laser_pointer_view.h
diff --git a/ash/laser/laser_pointer_view.h b/ash/laser/laser_pointer_view.h
index 54221c4db4713ad33b078e7c2d451dbc0dc3b971..d12295d924ce0d9c650f5339ba98fcafb7360efe 100644
--- a/ash/laser/laser_pointer_view.h
+++ b/ash/laser/laser_pointer_view.h
@@ -91,7 +91,7 @@ class LaserPointerView : public views::View,
bool needs_update_surface_ = false;
bool pending_draw_surface_ = false;
const cc::FrameSinkId frame_sink_id_;
- cc::CompositorFrameSinkSupport frame_sink_support_;
+ std::unique_ptr<cc::CompositorFrameSinkSupport> frame_sink_support_;
cc::LocalSurfaceId local_surface_id_;
cc::LocalSurfaceIdAllocator id_allocator_;
int next_resource_id_ = 1;
« no previous file with comments | « android_webview/browser/surfaces_instance.cc ('k') | ash/laser/laser_pointer_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698