Bug 167989

Summary: Move WKMouseInRect to WAKView.mm
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: WebCore Misc.Assignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, aestes, ap, commit-queue, ddkilzer, juergen
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch none

Description Aakash Jain 2017-02-08 08:02:21 PST
WKMouseInRect() is only used in WAKView.mm. Having it in a private header (WAKAppKitStubs.h) exposes it more than it should be. We should move it to WAKView.mm
Comment 1 Aakash Jain 2017-02-08 08:15:15 PST
Created attachment 300898 [details]
Proposed patch
Comment 2 Alexey Proskuryakov 2017-02-08 09:09:54 PST
Comment on attachment 300898 [details]
Proposed patch

I'm not sure abut the original purpose of "WAKAppKitStubs.m", but from what I can tell, this change is correct.
Comment 3 WebKit Commit Bot 2017-02-08 09:27:55 PST
Comment on attachment 300898 [details]
Proposed patch

Clearing flags on attachment: 300898

Committed r211878: <http://trac.webkit.org/changeset/211878>
Comment 4 WebKit Commit Bot 2017-02-08 09:27:59 PST
All reviewed patches have been landed.  Closing bug.