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

Unified Diff: gm/shapes.cpp

Issue 2031113003: Don't use complex blend mode for shapes gm (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 6 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/shapes.cpp
diff --git a/gm/shapes.cpp b/gm/shapes.cpp
index ee0920e3780503ee5e23bbdd07df4bcc7e0cb344..c746a493df04cab1539e88dc1e428ffcdb9b6cf3 100644
--- a/gm/shapes.cpp
+++ b/gm/shapes.cpp
@@ -59,7 +59,6 @@ protected:
SkISize onISize() override { return SkISize::Make(500, 500); }
void onOnceBeforeDraw() override {
- fPaint.setXfermodeMode(SkXfermode::kDarken_Mode);
fPaint.setAntiAlias(fAntialias);
}
« 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