You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Add JNI for BrushCoat.isCompatibleWithMeshFormat and attribute-pruning CopyToStroke
Have `GetRequiredAttributeIds` return `absl::flat_hash_set` instead of `std::vector` because it's used entirely for membership checking.While here, replace one more use of `std::unordered_set` with `absl::flat_hash_set`.PiperOrigin-RevId: 785988429