Bug 21772 - emit repaintRequested unconditionally when repaint is requested.
Summary: emit repaintRequested unconditionally when repaint is requested.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Qt (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-21 09:44 PDT by Yael
Modified: 2008-10-21 10:28 PDT (History)
1 user (show)

See Also:


Attachments
Remove the "else" (1.20 KB, patch)
2008-10-21 09:49 PDT, Yael
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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