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

Unified Diff: services/ui/public/cpp/tests/test_window_tree.cc

Issue 2369793002: WIP: Propagate SurfaceID up window tree hierarchy
Patch Set: Fix input events: EventDispatcher ignores container windows Created 4 years, 3 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
« no previous file with comments | « services/ui/public/cpp/tests/test_window_tree.h ('k') | services/ui/public/cpp/window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/tests/test_window_tree.cc
diff --git a/services/ui/public/cpp/tests/test_window_tree.cc b/services/ui/public/cpp/tests/test_window_tree.cc
index ace3f89d7cad713db026b5394ecb11b87f3ca3ea..b2e3ec2d12c771228fb1c3ba4240aeb834e4fde2 100644
--- a/services/ui/public/cpp/tests/test_window_tree.cc
+++ b/services/ui/public/cpp/tests/test_window_tree.cc
@@ -89,6 +89,11 @@ void TestWindowTree::AttachSurface(
mojo::InterfaceRequest<mojom::Surface> surface,
mojom::SurfaceClientPtr client) {}
+void TestWindowTree::SatisfySurfaceSequence(
+ uint32_t window_id,
+ const cc::SurfaceSequence& sequence) {
+}
+
void TestWindowTree::AddWindow(uint32_t change_id,
uint32_t parent,
uint32_t child) {}
« no previous file with comments | « services/ui/public/cpp/tests/test_window_tree.h ('k') | services/ui/public/cpp/window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698