Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 1c0c46c

Browse files
author
jonahwilliams
committed
++
1 parent 06cbda0 commit 1c0c46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impeller/display_list/dl_dispatcher.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ struct DepthWatcher {
8181
: file_(file),
8282
line_(line),
8383
canvas_(canvas),
84-
allowed_(has_mask_blur ? allowed : (allowed + 1)),
84+
allowed_(has_mask_blur ? allowed + 1 : allowed),
8585
old_depth_(canvas.GetOpDepth()),
8686
old_max_(canvas.GetMaxOpDepth()) {}
8787

0 commit comments

Comments
 (0)