Commit b8c32424 by Jonah Ryan-Davis Committed by Commit Bot

Fix language inclusivity for SurfaceMtl.mm

He->they Bug: b/162834212 Change-Id: I8559120ad77006aaa839b70e00b4c8f12e9e8a44 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2364192Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jonah Ryan-Davis <jonahr@google.com>
parent 78d10017
...@@ -112,7 +112,7 @@ bool IsFrameCaptureEnabled() ...@@ -112,7 +112,7 @@ bool IsFrameCaptureEnabled()
#else #else
// We only support frame capture programmatically if the ANGLE_METAL_FRAME_CAPTURE // We only support frame capture programmatically if the ANGLE_METAL_FRAME_CAPTURE
// environment flag is set. Otherwise, it will slow down the rendering. This allows user to // environment flag is set. Otherwise, it will slow down the rendering. This allows user to
// finely control whether he wants to capture the frame for particular application or not. // finely control whether they want to capture the frame for particular application or not.
auto var = std::getenv("ANGLE_METAL_FRAME_CAPTURE"); auto var = std::getenv("ANGLE_METAL_FRAME_CAPTURE");
static const bool enabled = var ? (strcmp(var, "1") == 0) : false; static const bool enabled = var ? (strcmp(var, "1") == 0) : false;
......
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