| Index: skia/config/SkUserConfig.h
|
| diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
|
| index b7260d85de3cc0ca72c7165e899942e85cb33f53..7b84e1d82903a5d92178805d401b54f699195da1 100644
|
| --- a/skia/config/SkUserConfig.h
|
| +++ b/skia/config/SkUserConfig.h
|
| @@ -245,6 +245,9 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
|
| #define SK_ENABLE_INST_COUNT 0
|
| #define GR_GL_CUSTOM_SETUP_HEADER "GrGLConfig_chrome.h"
|
|
|
| +// Blink layout tests are baselined to Clang optimizing through the UB in SkDivBits.
|
| +#define SK_SUPPORT_LEGACY_DIVBITS_UB
|
| +
|
| // ===== End Chrome-specific definitions =====
|
|
|
| #endif
|
|
|