Commit b3fdac1b authored by Adrienne Walker's avatar Adrienne Walker Committed by Commit Bot

skia: Add workaround header define

Chromium-side changes for:
https://skia-review.googlesource.com/c/skia/+/120608

Bug: 829614
Change-Id: I59dc05ae1d66622ce3c771311ec3e1b64023b66f
Reviewed-on: https://chromium-review.googlesource.com/1008924Reviewed-by: default avatarBrian Salomon <bsalomon@chromium.org>
Commit-Queue: enne <enne@chromium.org>
Cr-Commit-Position: refs/heads/master@{#551370}
parent 40f0cc07
...@@ -68,6 +68,9 @@ config("skia_config") { ...@@ -68,6 +68,9 @@ config("skia_config") {
] ]
} }
workaround_header = "gpu/config/gpu_driver_bug_workaround_autogen.h"
defines += [ "SK_GPU_WORKAROUNDS_HEADER=\"$workaround_header\"" ]
if (is_component_build) { if (is_component_build) {
defines += [ defines += [
"SKIA_DLL", "SKIA_DLL",
......
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