X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fash%2Fshelf%2Fshelf.cc;h=100fb04d8795f28f94ba4d8db193da50ff20578f;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=f9d3704fa02e646da7ae60d60d8c0ff881adb5fd;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ash/shelf/shelf.cc b/src/ash/shelf/shelf.cc index f9d3704..100fb04 100644 --- a/src/ash/shelf/shelf.cc +++ b/src/ash/shelf/shelf.cc @@ -27,7 +27,6 @@ #include "ui/aura/window.h" #include "ui/aura/window_event_dispatcher.h" #include "ui/aura/window_observer.h" -#include "ui/base/resource/resource_bundle.h" #include "ui/compositor/layer.h" #include "ui/gfx/canvas.h" #include "ui/gfx/image/image.h" @@ -105,8 +104,7 @@ void Shelf::ActivateShelfItem(int index) { // next item if the current one is already active. ui::KeyEvent event(ui::ET_KEY_RELEASED, ui::VKEY_UNKNOWN, // The actual key gets ignored. - ui::EF_NONE, - false); + ui::EF_NONE); const ShelfItem& item = shelf_view_->model()->items()[index]; ShelfItemDelegate* item_delegate =