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

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

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.h
diff --git a/components/mus/public/cpp/tests/test_window_tree.h b/components/mus/public/cpp/tests/test_window_tree.h
index 31a74e3a9a0e127eec3fcf9036541bcec8d8f06f..67521afa45c44818c63845f7af64a7f26fcd3f63 100644
--- a/components/mus/public/cpp/tests/test_window_tree.h
+++ b/components/mus/public/cpp/tests/test_window_tree.h
@@ -23,7 +23,10 @@ class TestWindowTree : public mojom::WindowTree {
private:
// mojom::WindowTree:
- void NewWindow(uint32_t change_id, uint32_t window_id) override;
+ void NewWindow(
+ uint32_t change_id,
+ uint32_t window_id,
+ mojo::Map<mojo::String, mojo::Array<uint8_t>> properties) override;
void DeleteWindow(uint32_t window_id,
const DeleteWindowCallback& callback) override;
void SetWindowBounds(uint32_t change_id,
« no previous file with comments | « components/mus/public/cpp/lib/window_tree_client_impl.cc ('k') | components/mus/public/cpp/tests/test_window_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698