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

Unified Diff: ui/ozone/platform/drm/host/drm_display_host_manager.h

Issue 1071273002: NotForReview: Implement zero/one-copy texture for ozone freon using Intel DRM Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: depends on https://codereview.chromium.org/1134993003/ Created 5 years, 6 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/host/drm_display_host_manager.h
diff --git a/ui/ozone/platform/drm/host/drm_display_host_manager.h b/ui/ozone/platform/drm/host/drm_display_host_manager.h
index 721707936e5d2120e09ed1475230bc02ec4d56da..b3deedf3805c8053dbec1b9c0b3ab930eb722a33 100644
--- a/ui/ozone/platform/drm/host/drm_display_host_manager.h
+++ b/ui/ozone/platform/drm/host/drm_display_host_manager.h
@@ -135,6 +135,7 @@ class DrmDisplayHostManager : public DeviceEventObserver,
// This is used to cache the primary DRM device until the channel is
// established.
scoped_ptr<DrmDeviceHandle> primary_drm_device_handle_;
+ base::ScopedFD primary_drm_device_file_;
// Manages the VGEM device by itself and doesn't send it to GPU process.
base::ScopedFD vgem_card_device_file_;

Powered by Google App Engine
This is Rietveld 408576698