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

Unified Diff: cc/surfaces/compositor_frame_sink_support.h

Issue 2493223002: Change exo::SurfaceFactoryOwner to exo::ExoCompositorFrameSink (Closed)
Patch Set: exo::Surface uses CompositorFrameSink accessor from CompositorFrameSinkHolder Created 4 years 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/compositor_frame_sink_support.h
diff --git a/cc/surfaces/compositor_frame_sink_support.h b/cc/surfaces/compositor_frame_sink_support.h
index 1d89554e025567337fc70b2f21464bccc4c1b434..e6b4ead97df07c719805223f361c5479372a4a22 100644
--- a/cc/surfaces/compositor_frame_sink_support.h
+++ b/cc/surfaces/compositor_frame_sink_support.h
@@ -39,6 +39,9 @@ class CC_SURFACES_EXPORT CompositorFrameSinkSupport
void SetNeedsBeginFrame(bool needs_begin_frame);
void SubmitCompositorFrame(const LocalFrameId& local_frame_id,
CompositorFrame frame);
+ void Require(const LocalFrameId& local_frame_id,
+ const SurfaceSequence& sequence);
+ void Satisfy(const SurfaceSequence& sequence);
void AddChildFrameSink(const FrameSinkId& child_frame_sink_id);
void RemoveChildFrameSink(const FrameSinkId& child_frame_sink_id);

Powered by Google App Engine
This is Rietveld 408576698