1 // Copyright 2016 Samsung Electronics. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef EWK_EFL_INTEGRATION_BROWSER_SELECT_PICKER_SELECT_PICKER_WEARABLE_H_
6 #define EWK_EFL_INTEGRATION_BROWSER_SELECT_PICKER_SELECT_PICKER_WEARABLE_H_
8 #include "browser/select_picker/select_picker_base.h"
10 class SelectPickerEflWearable : public SelectPickerBase {
12 explicit SelectPickerEflWearable(EWebView* web_view,
14 bool is_multiple_selection);
15 ~SelectPickerEflWearable() override;
18 void Init(const std::vector<content::MenuItem>& items,
19 const gfx::Rect& bounds) override;
20 void CreateAndPopulatePopupList(
21 const std::vector<content::MenuItem>& items) override;
24 #endif // EWK_EFL_INTEGRATION_BROWSER_SELECT_PICKER_SELECT_PICKER_WEARABLE_H_