mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Reverts flutter/engine#46171 Initiated by: jonahwilliams This change reverts the following previous change: Original Description: The "rasterizer screenshot" VM service API uses the Skia software backend, even when running with impeller. At best, this leads to confusing half working screenshots that are missing images. See https://github.com/flutter/flutter/issues/135052 We should disable this functionality when running with impeller. Perhaps this could be reworked to use picture toImage instead of the offscreen so that it uses the "real" backend regardless of the platform it is running on. Fixes https://github.com/flutter/flutter/issues/135052