Now that child classes aren't overriding the various InvalidateLayout() methods, we can take advantage of some guarantees to simplify/clean/optimize the layout invalidation propagation mechanisms!

This commit is contained in:
Alex Wilson
2011-10-28 14:16:54 -06:00
parent c74faed432
commit e7b0dc78f7
5 changed files with 306 additions and 65 deletions
-2
View File
@@ -90,8 +90,6 @@ protected:
private:
friend class BView;
bool InvalidateLayoutsForView(BView* view);
bool InvalidationLegal();
void SetOwner(BView* owner);
void SetTarget(BView* target);