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

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

Issue 1474543002: Makes NewWindow() take set of properties for window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nuke shadow_style changes 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 3e89776b7eaf7f2d9d5db0a3d073487b7f2453f0..a43d3588b9ffb4d85e9b75170194512f65b0f161 100644
--- a/components/mus/public/cpp/tests/test_window_tree.cc
+++ b/components/mus/public/cpp/tests/test_window_tree.cc
@@ -20,7 +20,10 @@ bool TestWindowTree::GetAndClearChangeId(uint32_t* change_id) {
return true;
}
-void TestWindowTree::NewWindow(uint32_t change_id, uint32_t window_id) {}
+void TestWindowTree::NewWindow(
+ uint32_t change_id,
+ uint32_t window_id,
+ mojo::Map<mojo::String, mojo::Array<uint8_t>> properties) {}
void TestWindowTree::DeleteWindow(uint32_t window_id,
const DeleteWindowCallback& callback) {}
« no previous file with comments | « components/mus/public/cpp/tests/test_window_tree.h ('k') | components/mus/public/cpp/window_tree_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698