Bug 21772

Summary: emit repaintRequested unconditionally when repaint is requested.
Product: WebKit Reporter: Yael <yael>
Component: WebKit QtAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Remove the "else" hausmann: review+

Description Yael 2008-10-21 09:44:53 PDT
emit repaintRequested unconditionally when repaint is requested. 
Some applications using QtWebKit require this signal every time the page is repainted.
Comment 1 Yael 2008-10-21 09:49:47 PDT
Created attachment 24540 [details]
Remove the "else"

Remove the "else" thus calling "repaintRequested" unconditionally.
Comment 2 Simon Hausmann 2008-10-21 10:28:58 PDT
Landed in r37761