mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
mojo.Surface's client had two methods: *) SetIdNamespace replaced by mojo.Surface.GetIdNamespace which returns the id namespace via a callback. *) ReturnResources split into a ResourceReturner interface which can be (optionally) set on the mojo.Surface via mojo.Surface.SetResourceReturner Also beefed up the comments a bit. BUG=451319 R=sky@chromium.org Review URL: https://codereview.chromium.org/871373015