Backed out changeset 71de099b2eb7 (bug 1302470)

This commit is contained in:
Carsten "Tomcat" Book
2017-04-21 17:10:40 +02:00
parent 3b487a90a9
commit 790eabc789
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()) {