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

Unified Diff: services/ui/gles2/gpu_state.cc

Issue 2156093004: Use mojo for cursor control in ozone drm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more proof-reading 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
Index: services/ui/gles2/gpu_state.cc
diff --git a/services/ui/gles2/gpu_state.cc b/services/ui/gles2/gpu_state.cc
index 5449ee08042f132e1dea22c3810f01bb69411538..e6cca764993871ac8edf9b5a5fa5d7bb4a0673aa 100644
--- a/services/ui/gles2/gpu_state.cc
+++ b/services/ui/gles2/gpu_state.cc
@@ -47,6 +47,7 @@ void GpuState::StopThreads() {
void GpuState::InitializeOnGpuThread(base::WaitableEvent* event) {
#if defined(USE_OZONE)
+ // TODO(rjkroege): Must specify the shell::Connector here.
ui::OzonePlatform::InitializeForGPU();
#endif
hardware_rendering_available_ = gl::init::InitializeGLOneOff();

Powered by Google App Engine
This is Rietveld 408576698