Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit d4932ba

Browse files
authored
update method for skia (#11436)
1 parent ceeedab commit d4932ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shell/platform/darwin/ios/framework/Source/accessibility_bridge.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ - (CGRect)globalRect {
270270
point.set(vector[0] / vector[3], vector[1] / vector[3]);
271271
}
272272
SkRect rect;
273-
rect.set(quad, 4);
273+
rect.setBounds(quad, 4);
274274

275275
// `rect` is in the physical pixel coordinate system. iOS expects the accessibility frame in
276276
// the logical pixel coordinate system. Therefore, we divide by the `scale` (pixel ratio) to

0 commit comments

Comments
 (0)