Add flag to stage moving looper into chrome
See https://skia-review.googlesource.com/c/skia/+/366338 Bug: skia:8672 Change-Id: I5dff7f8269a1359a4cb8c2bf63f61ff3bb2e5f8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2676321 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#850711}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
6f3879eed7
commit
3c921af329
@ -250,6 +250,12 @@ SK_API void SkDebugf_FileLine(const char* file,
|
||||
#define SK_USE_LEGACY_VK_ALLOCATOR_USAGE_NAMES
|
||||
#endif
|
||||
|
||||
// Remove once we have imported the functionality we need into chrome
|
||||
// SkDrawLooper is unsupported in skia
|
||||
#ifndef SK_SUPPORT_LEGACY_DRAWLOOPER
|
||||
#define SK_SUPPORT_LEGACY_DRAWLOOPER
|
||||
#endif
|
||||
|
||||
///////////////////////// Imported from BUILD.gn and skia_common.gypi
|
||||
|
||||
/* In some places Skia can use static initializers for global initialization,
|
||||
|
Reference in New Issue
Block a user