Fix creating of RRect in SkiaRE
Concat already moves of the layer to the correct position, so the current origin is already moved. When we draw RRect, we need to draw something at position 0, 0, size of layer, which is stored in layer->geometry.boundaries. Test: Open DialogActivity application. Observer the correct position. Bug: 172421694 Change-Id: I9964db2a16cf31e5bb44ba82fd7d151db28b3588
Loading
Please register or sign in to comment