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

Unified Diff: ui/ozone/platform/cast/surface_factory_cast.h

Issue 2731733002: Convert Ozone GL OSMesa implementation. (Closed)
Patch Set: Fix rebase. 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
« no previous file with comments | « ui/ozone/common/gl_ozone_osmesa.cc ('k') | ui/ozone/platform/cast/surface_factory_cast.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/cast/surface_factory_cast.h
diff --git a/ui/ozone/platform/cast/surface_factory_cast.h b/ui/ozone/platform/cast/surface_factory_cast.h
index 23d1e2213d64af6b770b7cc208a89b80e87f766f..d25688a08a796bcbab622dcee914e1244708684e 100644
--- a/ui/ozone/platform/cast/surface_factory_cast.h
+++ b/ui/ozone/platform/cast/surface_factory_cast.h
@@ -41,6 +41,7 @@ class SurfaceFactoryCast : public SurfaceFactoryOzone {
private:
std::unique_ptr<GLOzoneEglCast> egl_implementation_;
+ std::unique_ptr<GLOzone> osmesa_implementation_;
DISALLOW_COPY_AND_ASSIGN(SurfaceFactoryCast);
};
« no previous file with comments | « ui/ozone/common/gl_ozone_osmesa.cc ('k') | ui/ozone/platform/cast/surface_factory_cast.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698