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

Commit ae401d4

Browse files
committed
[Impeller] turned on new blur
1 parent 65776df commit ae401d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

impeller/entity/contents/filters/filter_contents.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ std::shared_ptr<FilterContents> FilterContents::MakeDirectionalGaussianBlur(
5050
return blur;
5151
}
5252

53+
#define IMPELLER_ENABLE_NEW_GAUSSIAN_FILTER 1
54+
5355
std::shared_ptr<FilterContents> FilterContents::MakeGaussianBlur(
5456
const FilterInput::Ref& input,
5557
Sigma sigma_x,

0 commit comments

Comments
 (0)