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

Unified Diff: ui/ozone/common/gpu/ozone_gpu_messages.h

Issue 1124063003: drm: GPU process manages VGEM fd. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: io code is moved to io thread 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
Index: ui/ozone/common/gpu/ozone_gpu_messages.h
diff --git a/ui/ozone/common/gpu/ozone_gpu_messages.h b/ui/ozone/common/gpu/ozone_gpu_messages.h
index 5600963942c7af04a5ac4c7cc01210fcd8bf34be..d2bf5084570a7755133532564f42e745544c9e58 100644
--- a/ui/ozone/common/gpu/ozone_gpu_messages.h
+++ b/ui/ozone/common/gpu/ozone_gpu_messages.h
@@ -99,9 +99,10 @@ IPC_MESSAGE_CONTROL3(OzoneGpuMsg_ConfigureNativeDisplay,
IPC_MESSAGE_CONTROL1(OzoneGpuMsg_DisableNativeDisplay,
int64_t) // display ID
-IPC_MESSAGE_CONTROL2(OzoneGpuMsg_AddGraphicsDevice,
+IPC_MESSAGE_CONTROL3(OzoneGpuMsg_AddGraphicsDevice,
base::FilePath /* device_path */,
- base::FileDescriptor /* device_fd */)
+ base::FileDescriptor /* device_fd */,
+ bool /* is_vgem */)
IPC_MESSAGE_CONTROL1(OzoneGpuMsg_RemoveGraphicsDevice,
base::FilePath /* device_path */)
« no previous file with comments | « no previous file | ui/ozone/platform/drm/gpu/drm_device_manager.h » ('j') | ui/ozone/platform/drm/gpu/drm_device_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698