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

Unified Diff: gm/rrects.cpp

Issue 817853002: Remove localcoordchange functions off paint (Closed) Base URL: https://skia.googlesource.com/skia.git@local-matrix-on-gp
Patch Set: changing ignores Created 6 years 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/convexpolyeffect.cpp ('k') | include/gpu/GrPaint.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rrects.cpp
diff --git a/gm/rrects.cpp b/gm/rrects.cpp
index 6c672b930492c70d239ef71f42003ae6628e9d54..bacc819cbb97cbfb927e114b28ab990bb1820c0e 100644
--- a/gm/rrects.cpp
+++ b/gm/rrects.cpp
@@ -121,7 +121,6 @@ protected:
rrect));
if (fp) {
drawState.addCoverageProcessor(fp);
- drawState.setIdentityViewMatrix();
drawState.setRenderTarget(rt);
SkRect bounds = rrect.getBounds();
« no previous file with comments | « gm/convexpolyeffect.cpp ('k') | include/gpu/GrPaint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698