[Webkit-unassigned] [Bug 147141] New: [Win] Add needTouchEvents() stub to WebChromeClient.h for a successful build with ENABLE_TOUCH_EVENTS=ON
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 20 23:21:41 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=147141
Bug ID: 147141
Summary: [Win] Add needTouchEvents() stub to WebChromeClient.h
for a successful build with ENABLE_TOUCH_EVENTS=ON
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sungmann.cho at navercorp.com
Build ToT with ENABLE_TOUCH_EVENTS=ON on Windows breaks at:
WebView.cpp
..\..\win\WebView.cpp(2835): error C2259: 'WebChromeClient' : cannot instantiate abstract class
due to following members:
'void WebCore::ChromeClient::needTouchEvents(bool)' : is abstract
D:\FOSS\WebKit\WebKitBuild\Debug_WinCairo\Include\WebCore/ChromeClient.h(371) : see declaration of 'WebCore::ChromeClient::needTouchEvents'
WebChromeClient needs needTouchEvents().
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150721/ad763554/attachment.html>
More information about the webkit-unassigned
mailing list