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

Unified Diff: services/ui/ws/server_window_compositor_frame_sink_manager.h

Issue 2878113002: mus: Embedder can request and observe BeginFrame for embedded client. (Closed)
Patch Set: . Created 3 years, 7 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: services/ui/ws/server_window_compositor_frame_sink_manager.h
diff --git a/services/ui/ws/server_window_compositor_frame_sink_manager.h b/services/ui/ws/server_window_compositor_frame_sink_manager.h
index 7da79d2404f6b28f148c54c44f1a6351d683e99b..2d27c0cc2567d4045b95da123fbe1485ab0191b9 100644
--- a/services/ui/ws/server_window_compositor_frame_sink_manager.h
+++ b/services/ui/ws/server_window_compositor_frame_sink_manager.h
@@ -41,6 +41,8 @@ class ServerWindowCompositorFrameSinkManager {
// temporary reference to |surface_id|.
void ClaimTemporaryReference(const cc::SurfaceId& surface_id);
+ void RequestBeginFrames(cc::mojom::FrameSinkObserverPtr observer);
+
private:
ServerWindow* const window_;
cc::mojom::MojoCompositorFrameSinkPrivatePtr compositor_frame_sink_;

Powered by Google App Engine
This is Rietveld 408576698