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

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

Issue 1345703002: ozone: Remove the "drm" software composited platform (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rm more bits Created 5 years, 3 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/platform/drm/gpu/gbm_surface_factory.h ('k') | ui/ozone/platform/drm/ozone_platform_drm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/gpu/gbm_surface_factory.cc
diff --git a/ui/ozone/platform/drm/gpu/gbm_surface_factory.cc b/ui/ozone/platform/drm/gpu/gbm_surface_factory.cc
index 4ed8e78891d03c014d432c01ff19d6f934fe7f79..a77dce3fd2f47b93856c64f503e416757ca5c444 100644
--- a/ui/ozone/platform/drm/gpu/gbm_surface_factory.cc
+++ b/ui/ozone/platform/drm/gpu/gbm_surface_factory.cc
@@ -24,9 +24,9 @@
namespace ui {
GbmSurfaceFactory::GbmSurfaceFactory(bool allow_surfaceless)
- : DrmSurfaceFactory(nullptr),
- allow_surfaceless_(allow_surfaceless),
- drm_device_manager_(nullptr) {}
+ : allow_surfaceless_(allow_surfaceless),
+ drm_device_manager_(nullptr),
+ screen_manager_(nullptr) {}
GbmSurfaceFactory::~GbmSurfaceFactory() {
DCHECK(thread_checker_.CalledOnValidThread());
« no previous file with comments | « ui/ozone/platform/drm/gpu/gbm_surface_factory.h ('k') | ui/ozone/platform/drm/ozone_platform_drm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698