De-virtualize BView::InvalidateLayout() and introduce LayoutInvalidated() hook, like BLayout.

This commit is contained in:
Alex Wilson
2011-10-28 14:16:43 -06:00
parent b38ea98f52
commit eee4243d35
29 changed files with 138 additions and 131 deletions
+3 -2
View File
@@ -52,8 +52,6 @@ public:
float* _height);
virtual void ResizeToPreferred();
virtual void InvalidateLayout(bool descendants = false);
virtual BSize MinSize();
virtual BSize MaxSize();
virtual BSize PreferredSize();
@@ -70,6 +68,9 @@ public:
virtual status_t Perform(perform_code code, void* data);
protected:
virtual void LayoutInvalidated(bool descendants = false);
private:
// FBC padding
virtual void _ReservedCheckBox1();