aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
diff options
context:
space:
mode:
Diffstat (limited to 'gm')
-rw-r--r--gm/xferu64.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gm/xferu64.cpp b/gm/xferu64.cpp
index 03fc8864b5..84fa2184d4 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;