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

Unified Diff: gm/factory.cpp

Issue 867963004: remove unused GM flags (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: guarded flags Created 5 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 | « gm/drrect.cpp ('k') | gm/fatpathfill.cpp » ('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 a2dc4dd282f707722bb8d1c6aaac7ae8d034b0cd..1e89d3df728b15bb14768070321bf18b26f3da72 100644
--- a/gm/factory.cpp
+++ b/gm/factory.cpp
@@ -53,11 +53,6 @@ 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 | « gm/drrect.cpp ('k') | gm/fatpathfill.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698