Bug 22735

Summary: Make Widget's frameRectsChanged() non-const
Product: WebKit Reporter: Tor Arne Vestbø <vestbo>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: zecke
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Initial patch darin: review+

Description Tor Arne Vestbø 2008-12-08 05:56:12 PST
It would make sense to make Widget::frameRectsChanged() and overrides non-const,
as this would hopefully allow us to get rid of some of the mutables in the classes that
react to the callback by changing their own state.
Comment 1 Tor Arne Vestbø 2008-12-08 05:57:18 PST
Created attachment 25839 [details]
Initial patch
Comment 2 Darin Adler 2008-12-08 10:28:12 PST
Comment on attachment 25839 [details]
Initial patch

seems fine, r=me
Comment 3 Holger Freyther 2008-12-11 02:25:55 PST
This did land in r39201.