Bug 1362886 part 2 - Devirtualize the IsLeaf() method by doing an array lookup instead. r=jfkthame

MozReview-Commit-ID: 1zm9rFhRVZ3
This commit is contained in:
Mats Palmgren
2017-05-26 12:11:12 +02:00
parent 1cf5bc6ecb
commit 661649e16a
24 changed files with 18 additions and 77 deletions

View File

@@ -87,8 +87,6 @@ public:
virtual nsSize GetXULMinSize(nsBoxLayoutState& aBoxLayoutState) override;
virtual bool IsXULCollapsed() override;
virtual bool IsLeaf() const override;
#ifdef ACCESSIBILITY
virtual mozilla::a11y::AccType AccessibleType() override;