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

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

Issue 2414683003: Mus+Ash: propagate Surface ID to parents (Closed)
Patch Set: Removed stale comment Created 4 years, 2 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/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 e973ad40c773dd229f6d9af8ef75f394089683c9..f374893f4a8fbc4767b7104209d44d3a8553d608 100644
--- a/services/ui/public/cpp/tests/test_window_tree.cc
+++ b/services/ui/public/cpp/tests/test_window_tree.cc
@@ -186,4 +186,8 @@ void TestWindowTree::PerformWindowMove(uint32_t change_id,
void TestWindowTree::CancelWindowMove(uint32_t window_id) {}
+void TestWindowTree::ReturnSurfaceReference(
+ uint32_t window_id,
+ const cc::SurfaceSequence& sequence) {}
+
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698