Commit 055514fd authored by robertphillips's avatar robertphillips Committed by Commit bot

Disable layer hoisting

It is too late in the cycle to allow this to ship.

BUG=383085

Review URL: https://codereview.chromium.org/835343002

Cr-Commit-Position: refs/heads/master@{#310116}
parent 5a1c8035
......@@ -287,6 +287,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_SUPPORT_LEGACY_ADDRRECT
#endif
#ifndef SK_IGNORE_GPU_LAYER_HOISTING
# define SK_IGNORE_GPU_LAYER_HOISTING
#endif
// If this goes well, we can have Skia respect DYNAMIC_ANNOTATIONS_ENABLED directly.
#if DYNAMIC_ANNOTATIONS_ENABLED
# define SK_DYNAMIC_ANNOTATIONS_ENABLED 1
......
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