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

Unified Diff: gm/mixedxfermodes.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/matrixconvolution.cpp ('k') | gm/multipicturedraw.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/mixedxfermodes.cpp
diff --git a/gm/mixedxfermodes.cpp b/gm/mixedxfermodes.cpp
index 331d1ec0bdc72bfd6a4efa4b4b5dea6b0e8b1d9f..f818719bcdf5f4f719a295e2966bdd634b35811d 100644
--- a/gm/mixedxfermodes.cpp
+++ b/gm/mixedxfermodes.cpp
@@ -164,11 +164,6 @@ protected:
canvas->restore();
}
- virtual uint32_t onGetFlags() const {
- // Skip PDF rasterization since rendering this PDF takes forever.
- return kSkipPDFRasterization_Flag | kSkipTiled_Flag;
- }
-
private:
enum {
kNumShapes = 100,
« no previous file with comments | « gm/matrixconvolution.cpp ('k') | gm/multipicturedraw.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698