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

Unified Diff: services/ui/ws/window_server_test_base.h

Issue 2644093002: aura: Some change to how the client-lib is set up. (Closed)
Patch Set: . Created 3 years, 11 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 | « services/ui/test_wm/test_wm.cc ('k') | services/ui/ws/window_server_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/window_server_test_base.h
diff --git a/services/ui/ws/window_server_test_base.h b/services/ui/ws/window_server_test_base.h
index 98a08fa2c1d50c09a06d8c732e0be1bbfef64c0b..a2a72e503972b6afcc83c3bce3ac872f7884dc61 100644
--- a/services/ui/ws/window_server_test_base.h
+++ b/services/ui/ws/window_server_test_base.h
@@ -20,11 +20,9 @@
namespace aura {
class Env;
-class MusContextFactory;
}
namespace ui {
-class Gpu;
// WindowServerTestBase is a base class for use with shell tests that use
// WindowServer. SetUp() connects to the WindowServer and blocks until OnEmbed()
@@ -135,9 +133,6 @@ class WindowServerTestBase
display::ScreenBase screen_;
aura::PropertyConverter property_converter_;
- std::unique_ptr<Gpu> gpu_;
- std::unique_ptr<aura::MusContextFactory> compositor_context_factory_;
-
std::vector<std::unique_ptr<aura::WindowTreeClient>> window_tree_clients_;
std::vector<std::unique_ptr<aura::WindowTreeHostMus>> window_tree_hosts_;
« no previous file with comments | « services/ui/test_wm/test_wm.cc ('k') | services/ui/ws/window_server_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698