commit | 829b6a0ff49f895e575770d21c32c0ad6f56f260 | [log] [tgz] |
---|---|---|
author | Aaron O'Mullan <aaron.omullan@gmail.com> | Mon Jul 08 01:31:14 2019 +0200 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Jul 08 14:02:47 2019 +0000 |
tree | bd39db72a665728534d6d563687bfca97ff0a4a5 | |
parent | e192c4ce5a33829325ded5a03587605d892829b6 [diff] |
Fix Metal includes breaking macOS local builds Before this fix, skia (and thus Chrome) would fail to compile on macOS when the user (developer) had a case-sensitive file-system. So I've replaced the incorrect includes of <metal/metal.h> by <Metal/Metal.h> Change-Id: I6ebcc0f46608f6d840d80d18e5f5baf0744a7f16 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/225776 Reviewed-by: Jim Van Verth <jvanverth@google.com> Commit-Queue: Mike Klein <mtklein@google.com>