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

Unified Diff: ui/aura/test/mus/test_window_tree.cc

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.cc
diff --git a/ui/aura/test/mus/test_window_tree.cc b/ui/aura/test/mus/test_window_tree.cc
index fdf553f60a680c9e9e048b2add39c08d486acfd1..9c131750320510693dbdb524d89cd2c4e6920be5 100644
--- a/ui/aura/test/mus/test_window_tree.cc
+++ b/ui/aura/test/mus/test_window_tree.cc
@@ -143,6 +143,11 @@ void TestWindowTree::SetWindowBounds(
OnChangeReceived(change_id, WindowTreeChangeType::BOUNDS);
}
+void TestWindowTree::RequestBeginFrames(
+ Id window_id,
+ cc::mojom::FrameSinkObserverPtr observer) {
+ NOTIMPLEMENTED();
+}
void TestWindowTree::SetClientArea(
uint32_t window_id,
const gfx::Insets& insets,

Powered by Google App Engine
This is Rietveld 408576698