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

Remove usage of SkToBool #38401

Merged
merged 1 commit into from
Dec 19, 2022
Merged

Conversation

kjlubick
Copy link
Contributor

@kjlubick kjlubick commented Dec 19, 2022

Skia plans to remove this from the public API.

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.

@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@chinmaygarde chinmaygarde added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 19, 2022
@auto-submit auto-submit bot removed the autosubmit Merge PR when tree becomes green via auto submit App label Dec 19, 2022
@auto-submit
Copy link
Contributor

auto-submit bot commented Dec 19, 2022

auto label is removed for flutter/engine, pr: 38401, due to - Please get at least one approved review if you are already a member or two member reviews if you are not a member before re-applying this label. Reviewers: If you left a comment approving, please use the "approve" review action instead.

@auto-submit
Copy link
Contributor

auto-submit bot commented Dec 19, 2022

auto label is removed for flutter/engine, pr: 38401, due to Validations Fail.

@zanderso zanderso added the autosubmit Merge PR when tree becomes green via auto submit App label Dec 19, 2022
@auto-submit auto-submit bot merged commit 24a6a91 into flutter:main Dec 19, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 19, 2022
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Dec 19, 2022
…117336)

* 290f3efc2 Add more missing includes (flutter/engine#38398)

* 24a6a9183 Remove usage of SkToBool (flutter/engine#38401)

* 725d47da2 reland: Started using FlutterEngineGroups by default on Android (flutter/engine#38367)

* c7cc1b6f7 [Impeller Scene] Add animation/PBR descriptions to ipscene (flutter/engine#38397)

* cba3a3990 Roll Skia from 46af4ad25426 to 8876daf17554 (3 revisions) (flutter/engine#38404)
pull bot pushed a commit to TheRakeshPurohit/skia that referenced this pull request Dec 19, 2022
Client Changes:
 - https://crrev.com/c/4116590
 - flutter/engine#38401

Change-Id: I5ee9d7fd063f7c7a49e53a49a74245412a208824
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/620656
Reviewed-by: Brian Osman <[email protected]>
loic-sharma pushed a commit to loic-sharma/flutter-engine that referenced this pull request Jan 3, 2023
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jan 19, 2023
…lutter#117336)

* 290f3efc2 Add more missing includes (flutter/engine#38398)

* 24a6a9183 Remove usage of SkToBool (flutter/engine#38401)

* 725d47da2 reland: Started using FlutterEngineGroups by default on Android (flutter/engine#38367)

* c7cc1b6f7 [Impeller Scene] Add animation/PBR descriptions to ipscene (flutter/engine#38397)

* cba3a3990 Roll Skia from 46af4ad25426 to 8876daf17554 (3 revisions) (flutter/engine#38404)
@kjlubick kjlubick deleted the remove-sk-to-bool branch August 3, 2023 18:19
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 needs tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants