Bug 78340

Summary: Add WindowsExtras.h
Product: WebKit Reporter: Patrick R. Gansterer <paroga>
Component: PlatformAssignee: Patrick R. Gansterer <paroga>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Bug Depends on:    
Bug Blocks: 76781, 78341    
Attachments:
Description Flags
Patch
none
Patch aroben: review+, aroben: commit-queue-

Description Patrick R. Gansterer 2012-02-10 02:22:16 PST
Add WindowsExtras.h
Comment 1 Patrick R. Gansterer 2012-02-10 02:26:02 PST
Created attachment 126482 [details]
Patch
Comment 2 Patrick R. Gansterer 2012-02-10 02:49:50 PST
Created attachment 126484 [details]
Patch
Comment 3 Adam Roben (:aroben) 2012-02-13 07:30:12 PST
Comment on attachment 126484 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=126484&action=review

> Source/WebCore/platform/win/WindowsExtras.h:32
> +inline void* getWindowPointer(HWND hWnd, int index = 0)

I think it would be clearer to make index a required parameter. (Ditto for the setter.)
Comment 4 Patrick R. Gansterer 2012-02-13 08:30:56 PST
Committed r107574: <http://trac.webkit.org/changeset/107574>