Backed out changeset d0ecd711cbc4 (bug 1302470)

This commit is contained in:
Sebastian Hengst
2017-04-21 19:09:11 +02:00
parent 2792e49666
commit 210d39dc97
2 changed files with 2 additions and 3 deletions

View File

@@ -119,7 +119,7 @@ nsHTMLButtonControlFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
nsDisplayListCollection set;
// Do not allow the child subtree to receive events.
if (!isForEventDelivery || aBuilder->HitTestShouldStopAtFirstOpaque()) {
if (!isForEventDelivery) {
DisplayListClipState::AutoSaveRestore clipState(aBuilder);
if (ShouldClipPaintingToBorderBox()) {