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

[ios] reland "[ios_platform_view] MaskView pool to reuse maskViews. #38989" #39630

Merged
merged 1 commit into from
Feb 16, 2023

Conversation

cyanglaz
Copy link
Contributor

The original PR caused a bug reported by b/268403088
The bug is due to the maskView's drawing not being reset after re-used.

Fixes b/268403088

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See testing the engine for instructions on writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

Copy link
Member

@jmagman jmagman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, minor whitespace nit

more comments
@cyanglaz cyanglaz force-pushed the maskview_pool_reland branch from 4bbf646 to 55b28d3 Compare February 16, 2023 19:36
@cyanglaz cyanglaz added the autosubmit Merge PR when tree becomes green via auto submit App label Feb 16, 2023
@auto-submit auto-submit bot merged commit 94e33ae into flutter:main Feb 16, 2023
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Feb 16, 2023
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Feb 16, 2023
…120920)

* 9ee3221d0 [Impeller] align SSBOs to 16 bytes to fix iOS shader validation issue. (flutter/engine#39654)

* 65a79237f Roll Dart SDK from 09361aea2ca8 to 3ec7f1f92216 (1 revision) (flutter/engine#39686)

* e213d1c5c Uses `int64_t` instead of `int` for the |view_id| parameter. (flutter/engine#39618)

* 94e33ae50 test (flutter/engine#39630)

* bddfc1c4d [Impeller] Match position attribute name across runtime effect stages (flutter/engine#39552)
@cyanglaz cyanglaz deleted the maskview_pool_reland branch March 20, 2023 17:34
@jmagman
Copy link
Member

jmagman commented Mar 20, 2023

Original PR this was supposed to reland (but didn't?) #38989

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autosubmit Merge PR when tree becomes green via auto submit App platform-ios
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants