Skip to content

Commit ba28031

Browse files
mit-mitsfshaza2
andauthored
Update impeller.md for web (#11768)
_Description of what this PR is changing or adding, and why:_ _Issues fixed by this PR (if any):_ _PRs or commits this PR depends on (if any):_ ## Presubmit checklist - [ ] This PR is marked as draft with an explanation if not meant to land until a future stable release. - [x] This PR doesn’t contain automatically generated corrections (Grammarly or similar). - [x] This PR follows the [Google Developer Documentation Style Guidelines](https://developers.google.com/style) — for example, it doesn’t use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first person). - [x] This PR uses [semantic line breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks) of 80 characters or fewer. --------- Co-authored-by: Shams Zakhour (ignore Sfshaza) <[email protected]>
1 parent 6fe1e7d commit ba28031

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/content/perf/impeller.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,11 @@ No action on your part is necessary for this fallback behavior.
9898

9999
### Web
100100

101-
Flutter on the web offers two renderers and
102-
two build modes. For more information, visit
103-
[Flutter web support][] in the Flutter
104-
architectural guide.
101+
Flutter on the web offers [two renderers][] --
102+
`canvaskit` and `skwasm` -- which both currently use Skia.
103+
They might use Impeller in the future.
105104

106-
[Flutter web support]: /resources/architectural-overview#flutter-web-support
105+
[two renderers]: /platform-integration/web/renderers#renderers
107106

108107
### macOS
109108

0 commit comments

Comments
 (0)