| Summary: | [Win] Add needTouchEvents() stub to WebChromeClient.h for a successful build with ENABLE_TOUCH_EVENTS=ON | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Sungmann Cho <sungmann.cho> | ||||
| Component: | WebKit Misc. | Assignee: | Sungmann Cho <sungmann.cho> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | commit-queue | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
Created attachment 257164 [details]
Patch
Comment on attachment 257164 [details] Patch Clearing flags on attachment: 257164 Committed r187132: <http://trac.webkit.org/changeset/187132> All reviewed patches have been landed. Closing bug. |
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().