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

Commit 1b80ea0

Browse files
committed
remove unnecessary size check
1 parent b4adabd commit 1b80ea0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

display_list/dl_builder.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,6 @@ class DisplayListBuilder final : public virtual DlCanvas,
615615
// when it is restored into the parent layer.
616616
const std::shared_ptr<const DlImageFilter> filter;
617617
};
618-
static_assert(sizeof(SaveInfo) == 240);
619618

620619
const DlRect original_cull_rect_;
621620
std::vector<SaveInfo> save_stack_;

0 commit comments

Comments
 (0)