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

Unified Diff: components/exo/surface.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 | « components/exo/compositor_frame_sink_holder.cc ('k') | components/exo/surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/surface.h
diff --git a/components/exo/surface.h b/components/exo/surface.h
index 0aeaa0edaa9481a287195be1f8d3fc6d73a52346..ba85979aa598222f63ea1d666533b7dca53924e3 100644
--- a/components/exo/surface.h
+++ b/components/exo/surface.h
@@ -332,7 +332,7 @@ class Surface : public ui::ContextFactoryObserver,
BufferAttachment pending_buffer_;
const cc::FrameSinkId frame_sink_id_;
- cc::LocalFrameId local_frame_id_;
+ cc::LocalSurfaceId local_surface_id_;
scoped_refptr<CompositorFrameSinkHolder> compositor_frame_sink_holder_;
« no previous file with comments | « components/exo/compositor_frame_sink_holder.cc ('k') | components/exo/surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698