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

Unified Diff: cc/surfaces/direct_compositor_frame_sink.h

Issue 2661543002: Rename LocalFrameId to LocalSurfaceId (Closed)
Patch Set: c Created 3 years, 11 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 86210dabab4cb1aa296efe445311302a41e8589b..609f3813ec510a3277637c87ce4b91c63cf460b9 100644
--- a/cc/surfaces/direct_compositor_frame_sink.h
+++ b/cc/surfaces/direct_compositor_frame_sink.h
@@ -66,7 +66,7 @@ class CC_SURFACES_EXPORT DirectCompositorFrameSink
base::ThreadChecker thread_checker_;
const FrameSinkId frame_sink_id_;
- LocalFrameId delegated_local_frame_id_;
+ LocalSurfaceId delegated_local_surface_id_;
SurfaceManager* surface_manager_;
SurfaceIdAllocator surface_id_allocator_;
Display* display_;

Powered by Google App Engine
This is Rietveld 408576698