Commit 6ef62268 authored by Wez's avatar Wez Committed by Commit Bot

Roll Fuchsia SDK from 4d52071a7689 to 386667d2f104


The AutoRoll server is located here: https://fuchsia-sdk-chromium-roll.skia.org

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.


CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio
TBR=cr-fuchsia+bot@chromium.org

Change-Id: I5d70f28869551ffae4a16431dec01cc5101820be
Reviewed-on: https://chromium-review.googlesource.com/1125339Reviewed-by: default avatarWez <wez@chromium.org>
Reviewed-by: default avatarFuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com>
Commit-Queue: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#572422}
parent a5e9158a
......@@ -321,7 +321,8 @@ int LaunchChildTestProcessWithOptions(const CommandLine& command_line,
DCHECK(!new_options.job_handle);
zx::job job_handle;
zx_status_t result = zx::job::create(GetDefaultJob(), 0, &job_handle);
zx_status_t result =
zx::job::create(*zx::unowned<zx::job>(GetDefaultJob()), 0, &job_handle);
ZX_CHECK(ZX_OK == result, result) << "zx_job_create";
new_options.job_handle = job_handle.get();
#endif // defined(OS_FUCHSIA)
......
4d52071a7689a36752023349a1927ad7a6de168c
386667d2f104b62aa24e898691563f5efa0370ed
\ No newline at end of file
......@@ -17,7 +17,7 @@
namespace skia {
class FuchsiaFontManager : public SkFontMgr {
class SK_API FuchsiaFontManager : public SkFontMgr {
public:
explicit FuchsiaFontManager(
fuchsia::fonts::FontProviderSync2Ptr font_provider);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment