Fix Chrome Linux - temporarily turn off xform pipeline
BUG:670620 Change-Id: Ic481d09a7112ef05f53fa1f94a7c155870c43408 Reviewed-on: https://skia-review.googlesource.com/5501 Commit-Queue: Matt Sarett <msarett@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Reviewed-by: Jeremy Roman <jbroman@chromium.org>
This commit is contained in:
parent
0dd698737e
commit
d459f3c15a
@ -19,7 +19,7 @@
|
||||
#include "SkRasterPipeline.h"
|
||||
#include "SkSRGB.h"
|
||||
|
||||
#if defined(SK_DEBUG) && defined(SK_BUILD_FOR_UNIX)
|
||||
#if 0
|
||||
static constexpr bool kUseRasterPipeline = true;
|
||||
#else
|
||||
static constexpr bool kUseRasterPipeline = false;
|
||||
|
Loading…
Reference in New Issue
Block a user