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

Unified Diff: gm/factory.cpp

Issue 23192004: Fixes for factory GM. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Be more specific about what to skip. Created 7 years, 4 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 | gm/gm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/factory.cpp
diff --git a/gm/factory.cpp b/gm/factory.cpp
index a7356a96e30a61288c5be5aaa883a201fbe21927..6734235abb583aa66b5325feeca1ff1e5edefd1e 100644
--- a/gm/factory.cpp
+++ b/gm/factory.cpp
@@ -57,6 +57,11 @@ protected:
canvas->drawBitmap(fBitmap, 0, 0);
}
+ // Skip cross process pipe due to https://code.google.com/p/skia/issues/detail?id=1520
+ virtual uint32_t onGetFlags() const {
+ return INHERITED::onGetFlags() | kSkipPipeCrossProcess_Flag;
+ }
+
private:
SkBitmap fBitmap;
« no previous file with comments | « no previous file | gm/gm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698