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

Commit 383c4bd

Browse files
committed
Resets should not increment op counts.
1 parent 879e984 commit 383c4bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

display_list/display_list_builder.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ void DisplayListBuilder::transformFullPerspective(
379379
}
380380
// clang-format on
381381
void DisplayListBuilder::transformReset() {
382-
Push<TransformResetOp>(0, 1);
382+
Push<TransformResetOp>(0, 0);
383383
}
384384

385385
void DisplayListBuilder::clipRect(const SkRect& rect,

0 commit comments

Comments
 (0)