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

Unified Diff: Source/web/PopupListBox.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: Created 6 years, 4 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
Index: Source/web/PopupListBox.h
diff --git a/Source/web/PopupListBox.h b/Source/web/PopupListBox.h
index a78538a77a106256eaff19bf045995b8d6ad4191..54be3408801841dd2b05c80e37b7087532908e14 100644
--- a/Source/web/PopupListBox.h
+++ b/Source/web/PopupListBox.h
@@ -82,6 +82,7 @@ struct PopupItem {
blink::TextDirection textDirection;
bool hasTextDirectionOverride;
bool enabled;
+ bool displayNone;
};
// This class uses WebCore code to paint and handle events for a drop-down list

Powered by Google App Engine
This is Rietveld 408576698