Revert "Another missed flush call fix."
This reverts commit 2d3d45a625
.
Reason for revert: reverting base CL for chrome roll
Original change's description:
> Another missed flush call fix.
>
> TBR:bsalomon@google.com
> Change-Id: Ia9891916d41c2550b82e2e7222ec24bde7a939b6
> Reviewed-on: https://skia-review.googlesource.com/c/skia/+/290896
> Reviewed-by: Greg Daniel <egdaniel@google.com>
> Reviewed-by: Brian Salomon <bsalomon@google.com>
> Commit-Queue: Greg Daniel <egdaniel@google.com>
TBR=egdaniel@google.com,bsalomon@google.com
Change-Id: Iac0c9b82f0a7e7748db3ef6d8724786e15b94db5
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/290832
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
This commit is contained in:
parent
ac007669ee
commit
781c2de9b2
@ -55,7 +55,7 @@
|
||||
return;
|
||||
}
|
||||
[viewController draw:rect toCanvas:surface->getCanvas() atSize:size];
|
||||
surface->flushAndSubmit();
|
||||
surface->flush();
|
||||
surface = nullptr;
|
||||
|
||||
id<MTLCommandBuffer> commandBuffer = [fQueue commandBuffer];
|
||||
|
Loading…
Reference in New Issue
Block a user