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

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

Issue 1124063003: drm: GPU process manages VGEM fd. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to ToT Created 5 years, 7 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_device.h ('k') | ui/ozone/platform/drm/host/drm_device_handle.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_device.cc
diff --git a/ui/ozone/platform/drm/gpu/gbm_device.cc b/ui/ozone/platform/drm/gpu/gbm_device.cc
index 356df31737002e693b7dfff4b047c1e1268026d0..7dccdeca573b57ee9194e3ef69725a1e50e9d411 100644
--- a/ui/ozone/platform/drm/gpu/gbm_device.cc
+++ b/ui/ozone/platform/drm/gpu/gbm_device.cc
@@ -8,10 +8,6 @@
namespace ui {
-GbmDevice::GbmDevice(const base::FilePath& device_path)
- : DrmDevice(device_path), device_(nullptr) {
-}
-
GbmDevice::GbmDevice(const base::FilePath& device_path, base::File file)
: DrmDevice(device_path, file.Pass()), device_(nullptr) {
}
« no previous file with comments | « ui/ozone/platform/drm/gpu/gbm_device.h ('k') | ui/ozone/platform/drm/host/drm_device_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698