diff options
author | reed <reed@google.com> | 2016-02-12 14:43:17 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-12 14:43:18 -0800 |
commit | 5ab17ed12ec05b9a11b4cfbe901f6cdfa26169ca (patch) | |
tree | e2abe8dbdfac161adadd17199440a8f96e9a2514 | |
parent | 97120a7ed193b2e081c9503a7c58657e0c6f4920 (diff) |
re-emable u64 gm
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1692903002
TBR=mtklein
Review URL: https://codereview.chromium.org/1692903002
-rw-r--r-- | gm/xferu64.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gm/xferu64.cpp b/gm/xferu64.cpp index 84fa2184d4..03fc8864b5 100644 --- a/gm/xferu64.cpp +++ b/gm/xferu64.cpp @@ -96,8 +96,6 @@ 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; |