RESOLVED FIXED 84607
Cut dependency on RenderLayer::scrollRectToVisible outside rendering
https://bugs.webkit.org/show_bug.cgi?id=84607
Summary Cut dependency on RenderLayer::scrollRectToVisible outside rendering
Julien Chaffraix
Reported 2012-04-23 09:59:04 PDT
Currently the logic assumes that there is a RenderLayer to handle a scrollRectToVisible action as it needs to query the enclosing RenderLayer. This exposes RenderLayer to the non-rendering code, thus exposing needlessly a rendering-only concept. Patch forthcoming.
Attachments
Proposed fix 1: Add RenderObject::scrollRectToVisible. (14.19 KB, patch)
2012-04-23 10:23 PDT, Julien Chaffraix
no flags
Julien Chaffraix
Comment 1 2012-04-23 10:23:22 PDT
Created attachment 138376 [details] Proposed fix 1: Add RenderObject::scrollRectToVisible.
WebKit Review Bot
Comment 2 2012-04-23 16:49:55 PDT
Comment on attachment 138376 [details] Proposed fix 1: Add RenderObject::scrollRectToVisible. Clearing flags on attachment: 138376 Committed r114962: <http://trac.webkit.org/changeset/114962>
WebKit Review Bot
Comment 3 2012-04-23 16:50:07 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.