Skip to content

Commit a51f1d6

Browse files
nscobieAndroid (Google) Code Review
authored andcommitted
Merge "[RE] Change KawaseBlurFilter's temp SkSurface to be unbudgeted" into main
2 parents e4c6b7e + 0e14b50 commit a51f1d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/renderengine/skia/filters/KawaseBlurFilter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ sk_sp<SkImage> KawaseBlurFilter::generate(GrRecordingContext* context,
111111
constexpr int kSampleCount = 1;
112112
constexpr bool kMipmapped = false;
113113
constexpr SkSurfaceProps* kProps = nullptr;
114-
sk_sp<SkSurface> surface = SkSurfaces::RenderTarget(context, skgpu::Budgeted::kYes, scaledInfo,
114+
sk_sp<SkSurface> surface = SkSurfaces::RenderTarget(context, skgpu::Budgeted::kNo, scaledInfo,
115115
kSampleCount, kTopLeft_GrSurfaceOrigin,
116116
kProps, kMipmapped, input->isProtected());
117117
LOG_ALWAYS_FATAL_IF(!surface, "%s: Failed to create surface for blurring!", __func__);

0 commit comments

Comments
 (0)