mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
FrameView doesn't really need to know about the child widgets, which are just Scrollbars now. I also deleted some dead code from Widget and removed FrameWidget since we don't need that abstraction now. R=ojan@chromium.org Review URL: https://codereview.chromium.org/685593005