Skip to content

Commit

Permalink
Disable SkImage::makeWithFilter usage in Chromium
Browse files Browse the repository at this point in the history
After:
https://chromium-review.googlesource.com/c/chromium/src/+/4831473

Chromium should no longer be using this API call. This CL will block
any new uses from popping up before the call is deleted in Skia.

Bug: b/293326072
Change-Id: I695d01fc1a40ed1e55ee0f9aede2ddce3be66c2f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4831474
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Cr-Commit-Position: refs/heads/main@{#1193037}
  • Loading branch information
rphilli authored and Chromium LUCI CQ committed Sep 6, 2023
1 parent 8460d02 commit f479830
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skia/config/SkUserConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ SK_API void SkDebugf_FileLine(const char* file,

#define SK_SUPPORT_LEGACY_CONIC_CHOP

#define SK_DISABLE_LEGACY_MAKEWITHFILTER

#define SK_ENABLE_SKSL_IN_RASTER_PIPELINE

///////////////////////// Imported from BUILD.gn and skia_common.gypi
Expand Down

0 comments on commit f479830

Please sign in to comment.