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

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

Issue 2916823002: Move Mus into chrome's process when running with --mus.
Patch Set: Removing debug include. Created 3 years, 5 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/ws/platform_display_default_unittest.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/test_utils.h
diff --git a/services/ui/ws/test_utils.h b/services/ui/ws/test_utils.h
index 633fefbf04e1255c273e264974a097275dae7f2f..84e6c6074676010daa4afc73074c156060fff213 100644
--- a/services/ui/ws/test_utils.h
+++ b/services/ui/ws/test_utils.h
@@ -607,6 +607,7 @@ class TestWindowServerDelegate : public WindowServerDelegate {
bool IsTestConfig() const override;
void OnWillCreateTreeForWindowManager(
bool automatically_create_display_roots) override;
+ ThreadedImageCursorsFactory* GetThreadedImageCursorsFactory() override;
private:
WindowServer* window_server_ = nullptr;
@@ -614,6 +615,7 @@ class TestWindowServerDelegate : public WindowServerDelegate {
// All TestWindowTreeBinding objects created via CreateWindowTreeBinding.
// These are owned by the corresponding WindowTree.
std::vector<TestWindowTreeBinding*> bindings_;
+ std::unique_ptr<ThreadedImageCursorsFactory> threaded_image_cursors_factory_;
DISALLOW_COPY_AND_ASSIGN(TestWindowServerDelegate);
};
« no previous file with comments | « services/ui/ws/platform_display_default_unittest.cc ('k') | services/ui/ws/test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698