- Built for x86_64, x86_64-musl, i686. - Tested on x86_64. - Use pipewire 0.3 (default in 90). - Remove Google API client id and secret. - Video acceleration is now a feature that must be enabled in chrome://flags. changes by q66: updated ppc64le patches Closes: https://github.com/void-linux/void-packages/pull/29205 Closes: https://github.com/void-linux/void-packages/pull/29384
25 lines
849 B
Diff
25 lines
849 B
Diff
From c06ddc4935bf1394812c011ce5d93898ccc8a53a Mon Sep 17 00:00:00 2001
|
|
From: Stephan Hartmann <stha09@googlemail.com>
|
|
Date: Tue, 09 Feb 2021 19:22:57 +0000
|
|
Subject: [PATCH] IWYU: add ctime for std::time
|
|
|
|
Bug: None
|
|
Change-Id: I8bdae43209984242b9f5e538d74ece4409b65e3c
|
|
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2679610
|
|
Reviewed-by: Katie Dektar <katie@chromium.org>
|
|
Commit-Queue: Katie Dektar <katie@chromium.org>
|
|
Cr-Commit-Position: refs/heads/master@{#852287}
|
|
---
|
|
|
|
diff --git a/ui/accessibility/ax_tree_serializer.h b/ui/accessibility/ax_tree_serializer.h
|
|
index ddbbdcd..1790e3b 100644
|
|
--- ui/accessibility/ax_tree_serializer.h
|
|
+++ ui/accessibility/ax_tree_serializer.h
|
|
@@ -8,6 +8,7 @@
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
+#include <ctime>
|
|
#include <ostream>
|
|
#include <unordered_map>
|
|
#include <unordered_set>
|