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

Unified Diff: ui/ozone/platform/drm/common/client_native_pixmap_vgem.cc

Issue 1604653002: ui/ozone: Fix up VGEM header path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: place include file in the alphabetical order Created 4 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/common/client_native_pixmap_vgem.cc
diff --git a/ui/ozone/platform/drm/common/client_native_pixmap_vgem.cc b/ui/ozone/platform/drm/common/client_native_pixmap_vgem.cc
index 6701102848d9f1e6b91393704db1e820096e0909..25632ecb0de1f877e665d5cb6fc41640106a0394 100644
--- a/ui/ozone/platform/drm/common/client_native_pixmap_vgem.cc
+++ b/ui/ozone/platform/drm/common/client_native_pixmap_vgem.cc
@@ -5,9 +5,9 @@
#include "ui/ozone/platform/drm/common/client_native_pixmap_vgem.h"
#include <fcntl.h>
+#include <libdrm/vgem_drm.h>
#include <stddef.h>
#include <sys/mman.h>
-#include <vgem_drm.h>
#include <xf86drm.h>
#include "base/process/memory.h"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698