Fix bug number on TODO.
skia:8270 is the intended bug number. skia:8720 is an unrelated, closed Flutter issue. Change-Id: I20d55fd01f4f8f9a70f7295a4d3cfe12fdc5c378 Bug: skia:8270 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/414518 Commit-Queue: John Stiles <johnstiles@google.com> Commit-Queue: Greg Daniel <egdaniel@google.com> Auto-Submit: John Stiles <johnstiles@google.com> Reviewed-by: Greg Daniel <egdaniel@google.com>
This commit is contained in:
parent
d774558eb1
commit
df3ed435a7
@ -460,7 +460,7 @@ void GrMtlCaps::initShaderCaps() {
|
||||
shaderCaps->fDualSourceBlendingSupport = false;
|
||||
}
|
||||
|
||||
// TODO: Re-enable this once skbug:8720 is fixed. Will also need to remove asserts in
|
||||
// TODO(skia:8270): Re-enable this once bug 8270 is fixed. Will also need to remove asserts in
|
||||
// GrMtlPipelineStateBuilder which assert we aren't using this feature.
|
||||
#if 0
|
||||
if (this->isIOS()) {
|
||||
|
Loading…
Reference in New Issue
Block a user