Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: gm/xferu64.cpp

Issue 1692903002: re-emable u64 gm (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/xferu64.cpp
diff --git a/gm/xferu64.cpp b/gm/xferu64.cpp
index 84fa2184d440707e3527aad10f774198f5621258..03fc8864b56876eac812082e246f54e3bb6c0bb4 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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698