diff options
author | Roger Zanoni <rzanoni@igalia.com> | 2021-06-25 11:13:51 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-06-29 22:05:59 +0000 |
commit | bd0b678a9f35e7ec92862a81575ffc6d32ad2508 (patch) | |
tree | c84a51617053a037c6b1336999233a3cbba3a741 /recipes-wam/chromium/chromium84_git.bb | |
parent | 6e44449dadb99d905a5a9e7fdb7a799785c56f8a (diff) |
chromium84: Add a delay to agl ready eventmarlin_12.90.0marlin/12.90.012.90.0
Delay ready() to ensure that all the window and surfaces setup
is done before notifying the compositor
There's a work in progress for enabling wam to display multiple
surfaces for a single widget, which would eliminate the chain
loading that currently causes this issue.
This change includes a temporary patch that should be removed
once wam changes are integrated.
Bug-AGL: SPEC-3799
Signed-off-by: Roger Zanoni <rzanoni@igalia.com>
Change-Id: I9945af60077a79d56052c3fdb358e9fed44874e6
Diffstat (limited to 'recipes-wam/chromium/chromium84_git.bb')
-rw-r--r-- | recipes-wam/chromium/chromium84_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-wam/chromium/chromium84_git.bb b/recipes-wam/chromium/chromium84_git.bb index 5846d3860..aef9e2e37 100644 --- a/recipes-wam/chromium/chromium84_git.bb +++ b/recipes-wam/chromium/chromium84_git.bb @@ -3,6 +3,7 @@ require chromium.inc SRC_URI = "\ git://github.com/igalia/${PN};branch=koi;protocol=https;rev=${SRCREV_chromium84};name=chromium84 \ git://github.com/webosose/chromium-v8;branch=@chromium84;destsuffix=git/src/v8;rev=${SRCREV_v8};name=v8 \ + file://add-a-delay-to-agl-ready-event.patch \ file://chromium-quiche-invalid-offsetof.patch \ file://chromium-skia-no_sanitize.patch \ " |