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:
@@ -90,8 +90,6 @@ protected:
|
||||
private:
|
||||
friend class BView;
|
||||
|
||||
bool InvalidateLayoutsForView(BView* view);
|
||||
bool InvalidationLegal();
|
||||
void SetOwner(BView* owner);
|
||||
void SetTarget(BView* target);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user