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

Unified Diff: ui/ozone/platform/drm/gpu/gbm_surface_factory.h

Issue 2731733002: Convert Ozone GL OSMesa implementation. (Closed)
Patch Set: Cleanup. Created 3 years, 10 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: ui/ozone/platform/drm/gpu/gbm_surface_factory.h
diff --git a/ui/ozone/platform/drm/gpu/gbm_surface_factory.h b/ui/ozone/platform/drm/gpu/gbm_surface_factory.h
index aaf50542adc3e4b768468b902132662a43349e7b..48f429c41ec1673bd45ece78fc7206140c9248ed 100644
--- a/ui/ozone/platform/drm/gpu/gbm_surface_factory.h
+++ b/ui/ozone/platform/drm/gpu/gbm_surface_factory.h
@@ -53,6 +53,7 @@ class GbmSurfaceFactory : public SurfaceFactoryOzone {
private:
std::unique_ptr<GLOzone> egl_implementation_;
+ std::unique_ptr<GLOzone> osmesa_implementation_;
base::ThreadChecker thread_checker_;

Powered by Google App Engine
This is Rietveld 408576698