Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix EFL build with INPUT_TYPE_COLOR disabled.
https://bugs.webkit.org/show_bug.cgi?id=125065

Patch by Peter Molnar <pmolnar.u-szeged@partner.samsung.com> on 2013-12-03
Reviewed by Zoltan Herczeg.

* UIProcess/API/efl/ewk_color_picker.cpp:

Canonical link: https://commits.webkit.org/143240@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@160000 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
Peter Molnar authored and webkit-commit-queue committed Dec 3, 2013
1 parent 6d4d5d6 commit 7227d41
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Source/WebKit2/ChangeLog
@@ -1,3 +1,12 @@
2013-12-03 Peter Molnar <pmolnar.u-szeged@partner.samsung.com>

Fix EFL build with INPUT_TYPE_COLOR disabled.
https://bugs.webkit.org/show_bug.cgi?id=125065

Reviewed by Zoltan Herczeg.

* UIProcess/API/efl/ewk_color_picker.cpp:

2013-12-03 Dariusz Frankiewicz <d.frankiewic@samsung.com>

Add spatial navigation API in EFL port
Expand Down
2 changes: 1 addition & 1 deletion Source/WebKit2/UIProcess/API/efl/ewk_color_picker.cpp
Expand Up @@ -27,9 +27,9 @@
#include <wtf/text/CString.h>
#include <wtf/text/WTFString.h>

#if ENABLE(INPUT_TYPE_COLOR)
using namespace WebCore;

#if ENABLE(INPUT_TYPE_COLOR)
EwkColorPicker::EwkColorPicker(WKColorPickerResultListenerRef colorPickerListener, const Color& initialColor)
: m_colorPickerListener(colorPickerListener)
, m_color(initialColor)
Expand Down

0 comments on commit 7227d41

Please sign in to comment.