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

Unified Diff: ui/gfx/ipc/gfx_param_traits_macros.h

Issue 2384243003: ui: Add libsync GLFence implementation.
Patch Set: rebase Created 4 years, 2 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/gfx/gpu_fence.h ('k') | ui/gfx/shared_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/ipc/gfx_param_traits_macros.h
diff --git a/ui/gfx/ipc/gfx_param_traits_macros.h b/ui/gfx/ipc/gfx_param_traits_macros.h
index c68bc2d6a90fd35a61d77e59263fe4312630a73d..224d1e05b2c8e7d9c3dbb664996b18db1a2c12cb 100644
--- a/ui/gfx/ipc/gfx_param_traits_macros.h
+++ b/ui/gfx/ipc/gfx_param_traits_macros.h
@@ -67,6 +67,9 @@ IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(gfx::GpuFenceHandle)
IPC_STRUCT_TRAITS_MEMBER(shared_event_handle)
+#if defined(OS_LINUX)
+ IPC_STRUCT_TRAITS_MEMBER(fd)
+#endif
IPC_STRUCT_TRAITS_END()
#undef IPC_MESSAGE_EXPORT
« no previous file with comments | « ui/gfx/gpu_fence.h ('k') | ui/gfx/shared_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698