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

Unified Diff: ui/aura/test/mus/test_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: ui/aura/test/mus/test_window_tree.h
diff --git a/ui/aura/test/mus/test_window_tree.h b/ui/aura/test/mus/test_window_tree.h
index 5f7bc7c49d32749eb2690ac01db19dd067839ef1..52e3013f4d3c4f0d76c449fb88dd169f354616bc 100644
--- a/ui/aura/test/mus/test_window_tree.h
+++ b/ui/aura/test/mus/test_window_tree.h
@@ -125,6 +125,8 @@ class TestWindowTree : public ui::mojom::WindowTree {
uint32_t 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 SetClientArea(uint32_t window_id,
const gfx::Insets& insets,
const base::Optional<std::vector<gfx::Rect>>&

Powered by Google App Engine
This is Rietveld 408576698