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

Unified Diff: gm/androidfallback.cpp

Issue 48113010: skip android_paint GM in pipe mode (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 2 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/androidfallback.cpp
diff --git a/gm/androidfallback.cpp b/gm/androidfallback.cpp
index a4f10369f14b061caa74d36826a1836b0ad1255f..62fbcc97db8c5680c0a682b46aaa0739cadf49e3 100644
--- a/gm/androidfallback.cpp
+++ b/gm/androidfallback.cpp
@@ -16,6 +16,11 @@ public:
}
protected:
+ virtual uint32_t onGetFlags() const SK_OVERRIDE {
+ // TODO(scroggo): Undo this if we decide to fix skia:1763.
+ return GM::kSkipPipe_Flag;
+ }
+
virtual SkString onShortName() SK_OVERRIDE {
return SkString("android_paint");
}
« 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