[Webkit-unassigned] [Bug 122549] [Win] BeginPaint should only be called in response to WM_PAINT.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 9 09:38:04 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=122549





--- Comment #3 from peavo at outlook.com  2013-10-09 09:36:54 PST ---
(In reply to comment #2)
> (From update of attachment 213770 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=213770&action=review
> 
> > Source/WebKit/win/WebView.cpp:2467
> > +        ::UpdateWindow(hWnd);
> 
> Will this trigger the logic in webView->performLayeredWIndowUpdate()?

Yes, UpdateWindow will send the WM_PAINT message (synchronously) if there is an invalid area.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list