Commit 28a0d01c authored by Herb Derby's avatar Herb Derby Committed by Commit Bot

Turn on new image blur for chrome. Try 2

The previous try had an msan problem. This should be fixed by:
https://skia-review.googlesource.com/c/skia/+/79401

BUG=472742

Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel
Change-Id: Ifac7957e907f4b5b45a2086e58e79f39ade80669
Reviewed-on: https://chromium-review.googlesource.com/806674Reviewed-by: default avatardanakj <danakj@chromium.org>
Reviewed-by: default avatarFlorin Malita <fmalita@chromium.org>
Commit-Queue: Herb Derby <herb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521729}
parent 8ddfc18c
...@@ -204,10 +204,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal, ...@@ -204,10 +204,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_USE_LEGACY_DISTANCE_FIELDS #define SK_USE_LEGACY_DISTANCE_FIELDS
#endif #endif
#ifndef SK_SUPPORT_LEGACY_BLUR_IMAGE
#define SK_SUPPORT_LEGACY_BLUR_IMAGE
#endif
// Skia is enabling this feature soon. Chrome probably does // Skia is enabling this feature soon. Chrome probably does
// not want it for M64 // not want it for M64
#ifndef SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION #ifndef SK_DISABLE_EXPLICIT_GPU_RESOURCE_ALLOCATION
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment