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

Unified Diff: services/ui/ws/window_tree.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/window_tree.h
diff --git a/services/ui/ws/window_tree.h b/services/ui/ws/window_tree.h
index 0721fff22ffe0e18eb2de6cd4851e1de0eaa4599..2694c5485111a8f2876aa012094976e958cdd41e 100644
--- a/services/ui/ws/window_tree.h
+++ b/services/ui/ws/window_tree.h
@@ -439,6 +439,8 @@ class WindowTree : public mojom::WindowTree,
Id window_id,
const gfx::Rect& bounds,
const base::Optional<cc::LocalSurfaceId>& local_surface_id) override;
+ void RequestBeginFrames(Id window_id,
+ cc::mojom::FrameSinkObserverPtr observer) override;
void SetWindowVisibility(uint32_t change_id,
Id window_id,
bool visible) override;

Powered by Google App Engine
This is Rietveld 408576698