mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The default implementation of GetUniqueId on ui::AXPlatformNodeDelegate always returns ID 1. We had previously implemented this on the windows platform node delegate, but for consistency's sake, and because the default implementation is surprising, we're promoting this to the FlutterPlatformNodeDelegate base class. Issue: https://github.com/flutter/flutter/issues/77838