Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / app_list / app_list_item_list_observer.h
index 640be28..32344ea 100644 (file)
@@ -27,6 +27,10 @@ class APP_LIST_EXPORT AppListItemListObserver {
                                size_t to_index,
                                AppListItem* item) {}
 
+  // Triggered after the item at the corresponding index in the top level has
+  // started or completed installing and should be highlighted.
+  virtual void OnAppListItemHighlight(size_t index, bool highlight) {}
+
  protected:
   virtual ~AppListItemListObserver() {}
 };