зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1540737 - Don't use nsDisplayBorder's IsInvisibleInRect implementation for nsMathMLmtable, since it uses a custom style context. r=miko
Differential Revision: https://phabricator.services.mozilla.com/D114674
This commit is contained in:
Родитель
ca27c43537
Коммит
0346da0140
|
@ -326,6 +326,10 @@ class nsDisplaymtdBorder final : public nsDisplayBorder {
|
|||
nsDisplayListBuilder* aDisplayListBuilder) override {
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual bool IsInvisibleInRect(const nsRect& aRect) const override {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
#ifdef DEBUG
|
||||
|
|
Загрузка…
Ссылка в новой задаче