Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: public/web/WebMenuItemInfo.h

Issue 415343003: Option Groups with display: none should not show the children option elements (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Adding changes to ExternalPopupMenu Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« Source/core/html/HTMLOptionElement.cpp ('K') | « Source/web/PopupListBox.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« Source/core/html/HTMLOptionElement.cpp ('K') | « Source/web/PopupListBox.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698