This repository was archived by the owner on Feb 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6k
[Impeller] Refactor ColorSource resolution to use explicit factory types #37656
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39d6fe7
to
ccbca74
Compare
jonahwilliams
approved these changes
Nov 16, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
ccbca74
to
0325408
Compare
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Nov 16, 2022
auto-submit bot
pushed a commit
to flutter/flutter
that referenced
this pull request
Nov 16, 2022
…115423) * 8e8607124 Roll Skia from cdf8348e6fba to 36efebf14ad8 (4 revisions) (flutter/engine#37665) * 0241f18cb [Impeller] Refactor color source resolution to use explicit factory types (flutter/engine#37656)
schwa423
pushed a commit
to schwa423/engine
that referenced
this pull request
Nov 16, 2022
bdero
added a commit
to bdero/flutter-engine
that referenced
this pull request
Nov 16, 2022
…actory types (flutter#37656)" (flutter#37673) This reverts commit d721647.
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/flutter
that referenced
this pull request
Nov 16, 2022
auto-submit bot
pushed a commit
to flutter/flutter
that referenced
this pull request
Nov 16, 2022
…115463) * 8e8607124 Roll Skia from cdf8348e6fba to 36efebf14ad8 (4 revisions) (flutter/engine#37665) * 0241f18cb [Impeller] Refactor color source resolution to use explicit factory types (flutter/engine#37656) * 76e8a9c79 Roll Fuchsia Mac SDK from gKyvwhUS3r6pTRfxx... to uhjeOxDSb9z-mNpGS... (flutter/engine#37667) * 223e1f092 Roll Skia from 36efebf14ad8 to 4b3d36f36bf3 (1 revision) (flutter/engine#37668)
shogohida
pushed a commit
to shogohida/flutter
that referenced
this pull request
Dec 7, 2022
…lutter#115423) * 8e8607124 Roll Skia from cdf8348e6fba to 36efebf14ad8 (4 revisions) (flutter/engine#37665) * 0241f18cb [Impeller] Refactor color source resolution to use explicit factory types (flutter/engine#37656)
shogohida
pushed a commit
to shogohida/flutter
that referenced
this pull request
Dec 7, 2022
…lutter#115463) * 8e8607124 Roll Skia from cdf8348e6fba to 36efebf14ad8 (4 revisions) (flutter/engine#37665) * 0241f18cb [Impeller] Refactor color source resolution to use explicit factory types (flutter/engine#37656) * 76e8a9c79 Roll Fuchsia Mac SDK from gKyvwhUS3r6pTRfxx... to uhjeOxDSb9z-mNpGS... (flutter/engine#37667) * 223e1f092 Roll Skia from 36efebf14ad8 to 4b3d36f36bf3 (1 revision) (flutter/engine#37668)
gspencergoog
pushed a commit
to gspencergoog/flutter
that referenced
this pull request
Jan 19, 2023
…lutter#115423) * 8e8607124 Roll Skia from cdf8348e6fba to 36efebf14ad8 (4 revisions) (flutter/engine#37665) * 0241f18cb [Impeller] Refactor color source resolution to use explicit factory types (flutter/engine#37656)
gspencergoog
pushed a commit
to gspencergoog/flutter
that referenced
this pull request
Jan 19, 2023
…lutter#115463) * 8e8607124 Roll Skia from cdf8348e6fba to 36efebf14ad8 (4 revisions) (flutter/engine#37665) * 0241f18cb [Impeller] Refactor color source resolution to use explicit factory types (flutter/engine#37656) * 76e8a9c79 Roll Fuchsia Mac SDK from gKyvwhUS3r6pTRfxx... to uhjeOxDSb9z-mNpGS... (flutter/engine#37667) * 223e1f092 Roll Skia from 36efebf14ad8 to 4b3d36f36bf3 (1 revision) (flutter/engine#37668)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This couples the type enum and resolution logic for color sources into explicit factories with the intention of making ColorSource-related bugs easier to avoid.
setColorSource
fanout easier to navigate.