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

Unified Diff: cc/surfaces/direct_compositor_frame_sink.h

Issue 2388753003: Introduce cc::LocalFrameId and use in SurfaceFactory (Closed)
Patch Set: Fix exo_unittests Created 4 years, 2 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: cc/surfaces/direct_compositor_frame_sink.h
diff --git a/cc/surfaces/direct_compositor_frame_sink.h b/cc/surfaces/direct_compositor_frame_sink.h
index b9213d0fd732c87c0f1247b2f8f176b5c05f681c..16a29c1ec442f24f0eb2bd4e3948ff741e7336ed 100644
--- a/cc/surfaces/direct_compositor_frame_sink.h
+++ b/cc/surfaces/direct_compositor_frame_sink.h
@@ -63,12 +63,12 @@ class CC_SURFACES_EXPORT DirectCompositorFrameSink
// This class is only meant to be used on a single thread.
base::ThreadChecker thread_checker_;
- FrameSinkId frame_sink_id_;
+ const FrameSinkId frame_sink_id_;
+ LocalFrameId delegated_local_frame_id_;
SurfaceManager* surface_manager_;
SurfaceIdAllocator surface_id_allocator_;
Display* display_;
SurfaceFactory factory_;
- SurfaceId delegated_surface_id_;
gfx::Size last_swap_frame_size_;
bool is_lost_ = false;

Powered by Google App Engine
This is Rietveld 408576698