RESOLVED FIXED 21084
Make concept of children cross-platform on ScrollView
https://bugs.webkit.org/show_bug.cgi?id=21084
Summary Make concept of children cross-platform on ScrollView
Dave Hyatt
Reported 2008-09-24 17:23:34 PDT
Move the m_children member and children() accessors to FrameView, along with any methods of ScrollView that need to access children.
Attachments
Patch (19.57 KB, patch)
2008-09-24 23:56 PDT, Dave Hyatt
no flags
patch #2 (22.02 KB, patch)
2008-09-25 00:01 PDT, Dave Hyatt
sam: review+
Dave Hyatt
Comment 1 2008-09-24 23:56:39 PDT
Dave Hyatt
Comment 2 2008-09-25 00:01:52 PDT
Created attachment 23783 [details] patch #2
Sam Weinig
Comment 3 2008-09-25 00:07:57 PDT
Comment on attachment 23783 [details] patch #2 >+ Reviewed by NOBODY (OOPS!). I AM A SOMEBODY! >+ const HashSet<Widget*>* children() const { return &m_children; } Ick, But I guess this has been here a while. >- void removeChild(Widget*); >- >+ Whitespace added. Looks good. I think the implementations of addChildPlatformWidget and removeChildPlatformWidget should assert that the widget is a platform widget, just to be safe. r=me
Dave Hyatt
Comment 4 2008-09-25 00:39:38 PDT
Fixed in r36886.
Note You need to log in before you can comment on or make changes to this bug.