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 |