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

Unified Diff: ui/ozone/platform/drm/host/drm_device_handle.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: rebase after ClientNativePixmap is introduced Created 5 years, 4 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/intel_drm_pixmap.cc ('k') | ui/ozone/platform/drm/host/drm_device_handle.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/host/drm_device_handle.h
diff --git a/ui/ozone/platform/drm/host/drm_device_handle.h b/ui/ozone/platform/drm/host/drm_device_handle.h
index b360837eab6fe55e4a19c5bb83d7986be7010f89..cd46957d383dfa52b0aa13f95ba03a7eaa6859b6 100644
--- a/ui/ozone/platform/drm/host/drm_device_handle.h
+++ b/ui/ozone/platform/drm/host/drm_device_handle.h
@@ -24,6 +24,7 @@ class DrmDeviceHandle {
bool IsValid() const;
base::ScopedFD PassFD();
+ int GetFD();
private:
base::ScopedFD file_;
« no previous file with comments | « ui/ozone/platform/drm/gpu/intel_drm_pixmap.cc ('k') | ui/ozone/platform/drm/host/drm_device_handle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698