Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ui / views / examples / combobox_example.h
index e015464..89ccff2 100644 (file)
@@ -38,7 +38,7 @@ class VIEWS_EXAMPLES_EXPORT ComboboxExample : public ExampleBase,
 
  private:
   // ComboboxListener:
-  virtual void OnSelectedIndexChanged(Combobox* combobox) OVERRIDE;
+  virtual void OnPerformAction(Combobox* combobox) OVERRIDE;
 
   ComboboxModelExample combobox_model_;
   Combobox* combobox_;