Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / ash / test / shelf_view_test_api.h
index 71853fd..7916ea7 100644 (file)
@@ -13,6 +13,14 @@ class Rect;
 class Size;
 }
 
+namespace ui {
+class Event;
+}
+
+namespace views {
+class Button;
+}
+
 namespace ash {
 class OverflowBubble;
 class ShelfButton;
@@ -70,6 +78,9 @@ class ShelfViewTestAPI {
   // Returns the button space size.
   int GetButtonSpacing();
 
+  // Wrapper for ShelfView::ButtonPressed.
+  void ButtonPressed(views::Button* sender, const ui::Event& event);
+
   // Wrapper for ShelfView::SameDragType.
   bool SameDragType(ShelfItemType typea, ShelfItemType typeb) const;