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

Unified Diff: components/mus/public/cpp/tests/test_window_tree.cc

Issue 1484533002: mus: Introduce AttachSurface to allow creating Surface prior to OnEmbed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add ThreadChecker Created 5 years, 1 month 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: components/mus/public/cpp/tests/test_window_tree.cc
diff --git a/components/mus/public/cpp/tests/test_window_tree.cc b/components/mus/public/cpp/tests/test_window_tree.cc
index a43d3588b9ffb4d85e9b75170194512f65b0f161..db55213f134ba4be2abaf99a12af37d594f53b09 100644
--- a/components/mus/public/cpp/tests/test_window_tree.cc
+++ b/components/mus/public/cpp/tests/test_window_tree.cc
@@ -51,7 +51,7 @@ void TestWindowTree::SetWindowProperty(uint32_t change_id,
change_id_ = change_id;
}
-void TestWindowTree::RequestSurface(
+void TestWindowTree::AttachToSurface(
uint32_t window_id,
mojom::SurfaceType type,
mojo::InterfaceRequest<mojom::Surface> surface,

Powered by Google App Engine
This is Rietveld 408576698