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

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

Issue 2322613002: Adds support for multiple displays to WmTestBase (Closed)
Patch Set: moar 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..75c97b4bc3bac9fdb40661eb66385f474ff9b0fc 100644
--- a/services/ui/public/cpp/tests/window_tree_client_private.h
+++ b/services/ui/public/cpp/tests/window_tree_client_private.h
@@ -53,8 +53,9 @@ class WindowTreeClientPrivate {
private:
WindowTreeClient* tree_client_impl_;
msw 2016/09/12 22:01:51 nit: indentation here and below
sky 2016/09/12 23:11:28 Done.
+ uint16_t next_window_id_ = 1u;
- DISALLOW_COPY_AND_ASSIGN(WindowTreeClientPrivate);
+ DISALLOW_COPY_AND_ASSIGN(WindowTreeClientPrivate);
};
} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698