• C
    Add missing kHasImplicitScrolling enum value (#8030) · ed628da0
    Chris Bracken 提交于
    This brings the Dart and C++ semantics flag enums back in sync.
    
    In #5941, implicit scrolling support was added to SemanticsFlag in
    dart:ui, and to the Android embedder, but not to the SemanticsFlags enum
    on the C++ side.
    
    This also clarifies/corrects the documentation for this value in dart:ui
    and in the embedder API.
    ed628da0
semantics.dart 31.2 KB