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

Unified Diff: services/ui/common/run_all_shelltests.cc

Issue 2156093004: Use mojo for cursor control in ozone drm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: corrected small code oversight Created 4 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 | « no previous file | services/ui/gpu/gpu_service_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/run_all_shelltests.cc
diff --git a/services/ui/common/run_all_shelltests.cc b/services/ui/common/run_all_shelltests.cc
index e795983ec58423560ba04382929183dd31a706ba..070c72517958bd5cd8ccb3fddad11b4a298d951d 100644
--- a/services/ui/common/run_all_shelltests.cc
+++ b/services/ui/common/run_all_shelltests.cc
@@ -20,7 +20,9 @@ class MusGpuTestSuite : public base::TestSuite {
void Initialize() override {
base::TestSuite::Initialize();
#if defined(USE_OZONE)
- ui::OzonePlatform::InitializeForGPU();
+ ui::OzonePlatform::InitParams params;
+ params.single_process = true;
+ ui::OzonePlatform::InitializeForGPU(params);
#endif
}
};
« no previous file with comments | « no previous file | services/ui/gpu/gpu_service_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698