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

Unified Diff: ui/aura/test/aura_test_base.h

Issue 2535983004: Makes sure bounds and visibilty are updated correctly for new displays (Closed)
Patch Set: merge 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
« no previous file with comments | « ui/aura/mus/window_tree_client_unittest.cc ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_base.h
diff --git a/ui/aura/test/aura_test_base.h b/ui/aura/test/aura_test_base.h
index da6f65bfeb35fe8710ebbd78ea9ae98f586921f9..dee15fab5658e2f212bf4ff6a5120fe4b86e4aac 100644
--- a/ui/aura/test/aura_test_base.h
+++ b/ui/aura/test/aura_test_base.h
@@ -5,6 +5,9 @@
#ifndef UI_AURA_TEST_AURA_TEST_BASE_H_
#define UI_AURA_TEST_AURA_TEST_BASE_H_
+#include <memory>
+#include <vector>
+
#include "base/compiler_specific.h"
#include "base/macros.h"
#include "base/message_loop/message_loop.h"
@@ -134,7 +137,7 @@ class AuraTestBase : public testing::Test,
base::MessageLoopForUI message_loop_;
PropertyConverter property_converter_;
std::unique_ptr<AuraTestHelper> helper_;
- std::unique_ptr<WindowTreeHostMus> window_tree_host_mus_;
+ std::vector<std::unique_ptr<WindowTreeHostMus>> window_tree_hosts_;
DISALLOW_COPY_AND_ASSIGN(AuraTestBase);
};
« no previous file with comments | « ui/aura/mus/window_tree_client_unittest.cc ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698