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

Unified Diff: ash/mus/test/wm_test_helper.h

Issue 2833093002: WIP: simplified display management in ash (Closed)
Patch Set: merge and more fixs Created 3 years, 8 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 | « ash/mus/test/wm_test_base.cc ('k') | ash/mus/test/wm_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/test/wm_test_helper.h
diff --git a/ash/mus/test/wm_test_helper.h b/ash/mus/test/wm_test_helper.h
index 6b929f27fc0697cfbb69095d643b2548a21ade56..f28c7582fd79f81b9193e27a61e6d3d3bce346ea 100644
--- a/ash/mus/test/wm_test_helper.h
+++ b/ash/mus/test/wm_test_helper.h
@@ -20,6 +20,10 @@ class MessageLoop;
class SequencedWorkerPoolOwner;
}
+namespace ui {
+class InputDeviceClient;
+}
+
namespace views {
class ViewsDelegate;
}
@@ -79,6 +83,8 @@ class WmTestHelper {
std::unique_ptr<base::SequencedWorkerPoolOwner> blocking_pool_owner_;
+ std::unique_ptr<ui::InputDeviceClient> input_device_client_;
+
DISALLOW_COPY_AND_ASSIGN(WmTestHelper);
};
« no previous file with comments | « ash/mus/test/wm_test_base.cc ('k') | ash/mus/test/wm_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698