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

Unified Diff: services/ui/gpu/gpu_service_mus.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 | « services/ui/common/run_all_shelltests.cc ('k') | services/ui/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/gpu/gpu_service_mus.cc
diff --git a/services/ui/gpu/gpu_service_mus.cc b/services/ui/gpu/gpu_service_mus.cc
index dd1ddadefa6eeae216678c7c645880e5d214ba29..74e0fd3abee1a2bc7101bd22dc8dbfc18a5d3247 100644
--- a/services/ui/gpu/gpu_service_mus.cc
+++ b/services/ui/gpu/gpu_service_mus.cc
@@ -194,6 +194,8 @@ void GpuServiceMus::InitializeOnGpuThread(IPC::ChannelHandle* channel_handle,
media::GpuJpegDecodeAccelerator::IsSupported();
#if defined(USE_OZONE)
+ // TODO(rjkroege): Must plumb the shell::Connector* to here and pass into
+ // ozone.
ui::OzonePlatform::InitializeForGPU();
#endif
« no previous file with comments | « services/ui/common/run_all_shelltests.cc ('k') | services/ui/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698