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

Unified Diff: gm/vertices.cpp

Issue 128333002: suppress on gpu for now (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 6 years, 11 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/vertices.cpp
diff --git a/gm/vertices.cpp b/gm/vertices.cpp
index c0d2075db1d3f18685da4528d5f1269af6bf9829..da7f0b6056bf83ce747373e572661578ba1879dd 100644
--- a/gm/vertices.cpp
+++ b/gm/vertices.cpp
@@ -110,9 +110,10 @@ protected:
}
}
-#if 0
+#if 1
virtual uint32_t onGetFlags() const {
- return kSkipPipe_Flag | kSkipPicture_Flag;
+ // https://code.google.com/p/skia/issues/detail?id=1956
+ return kSkipGPU_Flag;
}
#endif
« 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