mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This switches to using StrongBinding<>s in sky's ContentHandlerImpl and TestHarnessImpl implementations. These are the last uses of the deprecated InterfaceImpl<> helper in the mojo repo (more uses exist in other repos). R=eseidel@chromium.org Review URL: https://codereview.chromium.org/934403002