Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / public / android / java / src / org / chromium / content / browser / input / SelectPopupItem.java
index b517098..991ce5b 100644 (file)
@@ -30,6 +30,11 @@ public class SelectPopupItem implements DropdownItem {
     }
 
     @Override
+    public int getIconId() {
+        return NO_ICON;
+    }
+
+    @Override
     public boolean isEnabled() {
         return mType == PopupItemType.ENABLED || mType == PopupItemType.GROUP;
     }