Skip to content

Commit

Permalink
[fuchsia] Add --enable-hardware-overlays=underlay to WebEngine
Browse files Browse the repository at this point in the history
Flatland currently does not support Fullscren or SingleOnTop overlay
strategies.

Bug: 1449048, b/283290297
Change-Id: I4dae9a310d426553cdde9734184f945945c2c850
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4568129
Commit-Queue: David Song <wintermelons@google.com>
Reviewed-by: Sergey Ulanov <sergeyu@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1149846}
  • Loading branch information
wintermelons authored and Chromium LUCI CQ committed May 26, 2023
1 parent d3e740c commit b5c6184
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fuchsia_web/webengine/browser/web_engine_config.cc
Original file line number Diff line number Diff line change
Expand Up @@ -160,5 +160,9 @@ bool UpdateCommandLineFromConfigFile(const base::Value::Dict& config,
}
}

// TODO(crbug.com/1449048): Remove this switch once fixed.
command_line->AppendSwitchASCII(switches::kEnableHardwareOverlays,
"underlay");

return true;
}

0 comments on commit b5c6184

Please sign in to comment.