| Summary: | [UI-side compositing macOS] Send events in WKContentView coordinates | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> | ||||
| Component: | New Bugs | Assignee: | Simon Fraser (smfr) <simon.fraser> | ||||
| Status: | RESOLVED WONTFIX | ||||||
| Severity: | Normal | CC: | dino, simon.fraser, thorton, wenson_hsieh | ||||
| Priority: | P2 | ||||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Simon Fraser (smfr)
2020-01-10 18:34:39 PST
Created attachment 387412 [details]
Patch
Comment on attachment 387412 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=387412&action=review > Source/WebKit/UIProcess/Cocoa/WebViewImpl.h:667 > + NSView* viewForEventCoordinates() const; NSView * > Source/WebKit/UIProcess/Cocoa/WebViewImpl.mm:5239 > +NSView* WebViewImpl::viewForEventCoordinates() const NSView * No longer doing it this way. |