void layout(bool allowSubtree = true);
+ Node* layoutRoot() const;
int layoutCount() const;
bool needsFullRepaint() const;
void scheduleRelayoutOfSubtree(Node*);
void unscheduleRelayout();
bool haveDelayedLayoutScheduled();
- bool layoutPending();
+ bool layoutPending() const;
void scheduleHoverStateUpdate();