Fix build error from the patch for HW key patch
authorTaeyun An <ty.an@samsung.com>
Sat, 29 Jun 2013 12:15:43 +0000 (21:15 +0900)
committerTaeyun An <ty.an@samsung.com>
Sat, 29 Jun 2013 12:15:43 +0000 (21:15 +0900)
[Title] Fix build error from the patch for HW key patch
[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] N/A

Change-Id: Id07d037cd97894f4ccb88b9805e0b4969cfe26df

Source/WebKit2/UIProcess/API/efl/tizen/InputPicker.h

index b9d0580..de8204c 100644 (file)
@@ -83,6 +83,7 @@ public:
 #if ENABLE(TIZEN_INPUT_COLOR_PICKER)
     void showColorPicker(int, int, int, int);
     void hideColorPicker();
+    bool isColorPickerShown() { return m_isColorPickerShown; }
 #endif
 
     void ewk_date_popup(const char*);