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

Unified Diff: services/ui/ws/frame_generator.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
« no previous file with comments | « services/ui/surfaces/display_compositor.h ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/frame_generator.h
diff --git a/services/ui/ws/frame_generator.h b/services/ui/ws/frame_generator.h
index 9e5f943abda623d91d312e56127b26ac7aca668e..cfa9536ba78068bafc647b2b985119ab6c3a2d76 100644
--- a/services/ui/ws/frame_generator.h
+++ b/services/ui/ws/frame_generator.h
@@ -71,7 +71,7 @@ class FrameGenerator : public cc::mojom::MojoCompositorFrameSinkClient {
float device_scale_factor_ = 1.f;
gfx::Size last_submitted_frame_size_;
- cc::LocalFrameId local_frame_id_;
+ cc::LocalSurfaceId local_surface_id_;
cc::SurfaceIdAllocator id_allocator_;
cc::mojom::MojoCompositorFrameSinkAssociatedPtr compositor_frame_sink_;
cc::mojom::DisplayPrivateAssociatedPtr display_private_;
« no previous file with comments | « services/ui/surfaces/display_compositor.h ('k') | services/ui/ws/frame_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698