mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Applies the FML_DISALLOW_COPY_AND_ASSIGN to non-POD types in the macOS embedder. Specifically the following three accessibility-related classes: * FlutterPlatformNodeDelegateMac * FlutterTextPlatformNode * AccessibilityBridgeMac No new tests since no semantic change. Only has the compile-time effect of preventing copying of classes intended to be move-only.