Bug 60963

Summary: [Qt][AC] Avoid double QGraphicsItem::update() when flushing HTMLContentType.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED INVALID    
Severity: Normal Keywords: Qt, QtTriaged
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Proposed patch none

Description Andreas Kling 2011-05-17 08:51:57 PDT
In GraphicsLayerQtImpl::flushChanges(), we may call QGraphicsItem::update() twice if the pending content type is HTMLContentType. We should avoid that.
Comment 1 Andreas Kling 2011-05-17 08:53:09 PDT
Created attachment 93774 [details]
Proposed patch
Comment 2 Andreas Kling 2011-05-17 09:51:15 PDT
D'oh. There was already a pending patch doing this.