aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h
blob: 7d9883a23e8fd5fafca6921d15ea83720feb2fdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/perfetto/include/perfetto/ext/base/event_fd.h.orig	2022-02-07 13:39:41 UTC
+++ third_party/perfetto/include/perfetto/ext/base/event_fd.h
@@ -55,6 +55,8 @@ class EventFd {
   // On Mac and other non-Linux UNIX platforms a pipe-based fallback is used.
   // The write end of the wakeup pipe.
   ScopedFile write_fd_;
+#else
+  ScopedFile write_fd_;
 #endif
 };