| Index: gm/xferu64.cpp
|
| diff --git a/gm/xferu64.cpp b/gm/xferu64.cpp
|
| index 03fc8864b56876eac812082e246f54e3bb6c0bb4..84fa2184d440707e3527aad10f774198f5621258 100644
|
| --- a/gm/xferu64.cpp
|
| +++ b/gm/xferu64.cpp
|
| @@ -96,6 +96,8 @@ static void draw_rect(SkCanvas* canvas, const SkRect& r, SkColor c, uint32_t u64
|
| * Test SkXfer4fProcs directly for src-over, comparing them to current SkColor blits.
|
| */
|
| DEF_SIMPLE_GM(xfer_u64_srcover, canvas, 580, 760) {
|
| + return; // disable for now, until we understand the failures on Nexus 5 etc.
|
| +
|
| const int IW = 50;
|
| const SkScalar W = IW;
|
| const SkScalar H = 100;
|
|
|