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

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

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/drm_gpu_platform_support.cc ('k') | ui/ozone/platform/drm/gpu/gbm_device.cc » ('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.h
diff --git a/ui/ozone/platform/drm/gpu/gbm_device.h b/ui/ozone/platform/drm/gpu/gbm_device.h
index a199572369a796ceeb8e86e9440aa11ffe842fd5..9d43e6604d7eb762b672492efb556272f63439ce 100644
--- a/ui/ozone/platform/drm/gpu/gbm_device.h
+++ b/ui/ozone/platform/drm/gpu/gbm_device.h
@@ -13,7 +13,6 @@ namespace ui {
class GbmDevice : public DrmDevice {
public:
- GbmDevice(const base::FilePath& device_path);
GbmDevice(const base::FilePath& device_path, base::File file);
gbm_device* device() const { return device_; }
« no previous file with comments | « ui/ozone/platform/drm/gpu/drm_gpu_platform_support.cc ('k') | ui/ozone/platform/drm/gpu/gbm_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698