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

Unified Diff: ui/aura/test/mus/window_tree_client_private.h

Issue 2559703003: Converts WindowTreeClientTest to be in terms of aura (Closed)
Patch Set: feedback Created 4 years 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: ui/aura/test/mus/window_tree_client_private.h
diff --git a/ui/aura/test/mus/window_tree_client_private.h b/ui/aura/test/mus/window_tree_client_private.h
index 4a737d97bdf3d8d858e2d94e478ba8c35d643b43..78b360d7be73f91244be1395f87f62c6df38e85d 100644
--- a/ui/aura/test/mus/window_tree_client_private.h
+++ b/ui/aura/test/mus/window_tree_client_private.h
@@ -57,6 +57,8 @@ class WindowTreeClientPrivate {
bool HasPointerWatcher();
+ Window* GetWindowByServerId(Id id);
+
private:
WindowTreeClient* tree_client_impl_;
uint16_t next_window_id_ = 1u;

Powered by Google App Engine
This is Rietveld 408576698