| Index: public/web/WebMenuItemInfo.h
|
| diff --git a/public/web/WebMenuItemInfo.h b/public/web/WebMenuItemInfo.h
|
| index 2b08f42917d6c9bbde8052a329fe477aec4ab65f..a4f8229a2b3bcf0507b66e53749e5127c7a7d5bc 100644
|
| --- a/public/web/WebMenuItemInfo.h
|
| +++ b/public/web/WebMenuItemInfo.h
|
| @@ -54,6 +54,7 @@ struct WebMenuItemInfo {
|
| , hasTextDirectionOverride(false)
|
| , enabled(false)
|
| , checked(false)
|
| + , displayNone(false)
|
| {
|
| }
|
|
|
| @@ -66,6 +67,7 @@ struct WebMenuItemInfo {
|
| bool hasTextDirectionOverride;
|
| bool enabled;
|
| bool checked;
|
| + bool displayNone;
|
| };
|
|
|
| } // namespace blink
|
|
|