0

Add a flag to disable a blur imagefilter bug fix in Skia.

This will permit a later cl to remove this flag and update the
cc_unittests LayerTreeHostFiltersPixelTest.BackgroundFilterBlurOutsets
at the same time.

Bug: skia:7765
Change-Id: Ibd631f0d2fa503f452d799a59d75bbcbb79268a4
Reviewed-on: https://chromium-review.googlesource.com/1044113
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Robert Phillips <robertphillips@google.com>
Cr-Commit-Position: refs/heads/master@{#556100}
This commit is contained in:
Robert Phillips
2018-05-04 17:32:36 +00:00
committed by Commit Bot
parent b373cba5f9
commit 29b7438f6d

@ -203,6 +203,13 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_SUPPORT_LEGACY_TILED_BITMAPS
#endif
// cc_unittests LayerTreeHostFiltersPixelTest.BackgroundFilterBlurOutsets fail
// with the Skia blur imagefilter bug-fix. They need to be updated at the
// same time this flag is removed.
#ifndef SK_IGNORE_BLUR_IMAGE_FILTER_FIX
#define SK_IGNORE_BLUR_IMAGE_FILTER_FIX
#endif
// remove after rebaselining svg layout tests
#ifndef SK_SUPPORT_LEGACY_SVG_ARC_TO
#define SK_SUPPORT_LEGACY_SVG_ARC_TO