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

Unified Diff: ui/wm/test/wm_test_helper.h

Issue 2453953003: Moves TransientWindowClient to ui/aura/client and adds observer (Closed)
Patch Set: merge Created 4 years, 2 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
« no previous file with comments | « ui/wm/core/wm_state.h ('k') | ui/wm/test/wm_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/wm/test/wm_test_helper.h
diff --git a/ui/wm/test/wm_test_helper.h b/ui/wm/test/wm_test_helper.h
index c03daaefae98952a5bdd4f7c0dd0fc53aeadae12..6c6a7eba9f4a939987a43f55072df6ddd892b812 100644
--- a/ui/wm/test/wm_test_helper.h
+++ b/ui/wm/test/wm_test_helper.h
@@ -34,6 +34,7 @@ class ContextFactory;
namespace wm {
class CompoundEventFilter;
+class WMState;
// Creates a minimal environment for running the shell. We can't pull in all of
// ash here, but we can create attach several of the same things we'd find in
@@ -52,6 +53,7 @@ class WMTestHelper : public aura::client::WindowParentingClient {
const gfx::Rect& bounds) override;
private:
+ std::unique_ptr<WMState> wm_state_;
std::unique_ptr<aura::WindowTreeHost> host_;
std::unique_ptr<aura::InputMethodGlue> input_method_glue_;
std::unique_ptr<wm::CompoundEventFilter> root_window_event_filter_;
« no previous file with comments | « ui/wm/core/wm_state.h ('k') | ui/wm/test/wm_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698