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

Unified Diff: services/ui/public/cpp/tests/window_tree_client_private.h

Issue 2322613002: Adds support for multiple displays to WmTestBase (Closed)
Patch Set: feedback 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
Index: services/ui/public/cpp/tests/window_tree_client_private.h
diff --git a/services/ui/public/cpp/tests/window_tree_client_private.h b/services/ui/public/cpp/tests/window_tree_client_private.h
index 6bf39b21348872206494b9be0838bc2506890d30..bb2a3609fc81b10de7235d59296343d4b875221c 100644
--- a/services/ui/public/cpp/tests/window_tree_client_private.h
+++ b/services/ui/public/cpp/tests/window_tree_client_private.h
@@ -52,7 +52,8 @@ class WindowTreeClientPrivate {
bool HasPointerWatcher();
private:
- WindowTreeClient* tree_client_impl_;
+ WindowTreeClient* tree_client_impl_;
+ uint16_t next_window_id_ = 1u;
DISALLOW_COPY_AND_ASSIGN(WindowTreeClientPrivate);
};

Powered by Google App Engine
This is Rietveld 408576698