RESOLVED FIXED 74101
[Qt] Update WebGraphicLayer's child content scale in all child binding method.
https://bugs.webkit.org/show_bug.cgi?id=74101
Summary [Qt] Update WebGraphicLayer's child content scale in all child binding method.
Jocelyn Turcotte
Reported 2011-12-08 09:52:21 PST
[Qt] Update WebGraphicLayer's child content scale in all child binding method.
Attachments
Patch (3.94 KB, patch)
2011-12-08 09:55 PST, Jocelyn Turcotte
no flags
Patch (3.39 KB, patch)
2011-12-08 10:05 PST, Jocelyn Turcotte
noam: review+
Jocelyn Turcotte
Comment 1 2011-12-08 09:55:30 PST
Noam Rosenthal
Comment 2 2011-12-08 09:58:06 PST
Comment on attachment 118409 [details] Patch not sure this is needed, since e.g. GraphicsLayer::addChildBelow endds up calling setChildren
Jocelyn Turcotte
Comment 3 2011-12-08 09:59:05 PST
Comment on attachment 118409 [details] Patch Got to remove the modification to addChildren. If the content scale is the same this would cause notifyChange not to be called to send the parent layer update.
Jocelyn Turcotte
Comment 4 2011-12-08 10:05:00 PST
Jocelyn Turcotte
Comment 5 2011-12-08 10:06:30 PST
(In reply to comment #2) > (From update of attachment 118409 [details]) > not sure this is needed, since e.g. GraphicsLayer::addChildBelow endds up calling setChildren m_children is modified, but I don't see it calling setChildren, is it straight in GraphicsLayer::addChildBelow?
Jocelyn Turcotte
Comment 6 2011-12-09 09:41:20 PST
Note You need to log in before you can comment on or make changes to this bug.