mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This interface was used to integrate with cc. Now that we no longer integrate with cc, we don't need it. In this CL, I've left WebLayer and its related classes even though there is no longer a way to instantiate them. I'll remove them in a future CL. R=esprehn@chromium.org Review URL: https://codereview.chromium.org/874633003