| Index: third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| diff --git a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| index 0b06cda0472c1b4c43e5437c9ae27ce241d39afe..043208da85433d912211ee4536c4324f3e5bcacb 100644
|
| --- a/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| +++ b/third_party/WebKit/Source/web/AssertMatchingEnums.cpp
|
| @@ -449,6 +449,10 @@ STATIC_ASSERT_MATCHING_ENUM(WebFontDescription::Weight900, FontWeight900);
|
| STATIC_ASSERT_MATCHING_ENUM(WebFontDescription::WeightNormal, FontWeightNormal);
|
| STATIC_ASSERT_MATCHING_ENUM(WebFontDescription::WeightBold, FontWeightBold);
|
|
|
| +STATIC_ASSERT_MATCHING_ENUM(WebFrameOwnerProperties::ScrollingMode::Auto, ScrollbarAuto);
|
| +STATIC_ASSERT_MATCHING_ENUM(WebFrameOwnerProperties::ScrollingMode::AlwaysOff, ScrollbarAlwaysOff);
|
| +STATIC_ASSERT_MATCHING_ENUM(WebFrameOwnerProperties::ScrollingMode::AlwaysOn, ScrollbarAlwaysOn);
|
| +
|
| STATIC_ASSERT_MATCHING_ENUM(WebIconURL::TypeInvalid, InvalidIcon);
|
| STATIC_ASSERT_MATCHING_ENUM(WebIconURL::TypeFavicon, Favicon);
|
| STATIC_ASSERT_MATCHING_ENUM(WebIconURL::TypeTouch, TouchIcon);
|
|
|