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

Commit af9c37c

Browse files
committed
removed downsample size hack
1 parent 597879e commit af9c37c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

impeller/entity/contents/filters/gaussian_blur_filter_contents.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,6 @@ std::optional<Entity> GaussianBlurFilterContents::RenderFilter(
279279

280280
Scalar desired_scalar =
281281
std::min(CalculateScale(scaled_sigma.x), CalculateScale(scaled_sigma.y));
282-
desired_scalar = 1.0;
283282
// TODO(jonahwilliams): If desired_scalar is 1.0 and we fully acquired the
284283
// gutter from the expanded_coverage_hint, we can skip the downsample pass.
285284
// pass.

0 commit comments

Comments
 (0)