mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This CL cleans up the DocumentParser interface to match what's actually needed by clients. As part of this cleanup, I've removed the asHTMLDocumentParser dynamic cast and just exposed virtual functions for the state folks were accessing via the dynamic cast. R=ojan@chromium.org, eseidel@chromium.org Review URL: https://codereview.chromium.org/722743002