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

Unified Diff: cc/surfaces/compositor_frame_sink_support.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 | « cc/surfaces/BUILD.gn ('k') | cc/surfaces/compositor_frame_sink_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/surfaces/compositor_frame_sink_support.h
diff --git a/cc/surfaces/compositor_frame_sink_support.h b/cc/surfaces/compositor_frame_sink_support.h
index d841a7f26628192efd090540201e56c4e8c93504..8471bbd15c6b186b1c4678f6f64a7246ab41fd18 100644
--- a/cc/surfaces/compositor_frame_sink_support.h
+++ b/cc/surfaces/compositor_frame_sink_support.h
@@ -39,9 +39,9 @@ class CC_SURFACES_EXPORT CompositorFrameSinkSupport
void EvictFrame();
void SetNeedsBeginFrame(bool needs_begin_frame);
- void SubmitCompositorFrame(const LocalFrameId& local_frame_id,
+ void SubmitCompositorFrame(const LocalSurfaceId& local_surface_id,
CompositorFrame frame);
- void Require(const LocalFrameId& local_frame_id,
+ void Require(const LocalSurfaceId& local_surface_id,
const SurfaceSequence& sequence);
void Satisfy(const SurfaceSequence& sequence);
void AddChildFrameSink(const FrameSinkId& child_frame_sink_id);
@@ -61,7 +61,7 @@ class CC_SURFACES_EXPORT CompositorFrameSinkSupport
// SurfaceFactoryClient implementation.
void ReturnResources(const ReturnedResourceArray& resources) override;
void SetBeginFrameSource(BeginFrameSource* begin_frame_source) override;
- void WillDrawSurface(const LocalFrameId& local_frame_id,
+ void WillDrawSurface(const LocalSurfaceId& local_surface_id,
const gfx::Rect& damage_rect) override;
// BeginFrameObserver implementation.
« no previous file with comments | « cc/surfaces/BUILD.gn ('k') | cc/surfaces/compositor_frame_sink_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698