Skip to content

Commit

Permalink
ComputeValues compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Sep 30, 2023
1 parent b16790b commit 7b07a60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Source/Core/ElementStyle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,12 @@ PropertyIdSet ElementStyle::ComputeValues(Style::ComputedValues& values, const S
case PropertyId::FlexWrap:
case PropertyId::JustifyContent:
break;
// Navigation properties. Must be manually retrieved with 'GetProperty()'.
case PropertyId::NavUp:
case PropertyId::NavDown:
case PropertyId::NavLeft:
case PropertyId::NavRight:
break;
// Unhandled properties. Must be manually retrieved with 'GetProperty()'.
case PropertyId::FillImage:
case PropertyId::CaretColor:
Expand Down

0 comments on commit 7b07a60

Please sign in to comment.