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

Unified Diff: src/gpu/GrDrawState.h

Issue 821243003: removing coord change matrices (Closed) Base URL: https://skia.googlesource.com/skia.git@no-coordchange-on-drawstate
Patch Set: one more cleanup 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
Index: src/gpu/GrDrawState.h
diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h
index 7120d912fdf642d6db1b96dbfdcc8c3c255b1bcd..4827760750a5350a0b32f429a696cbbf7ca92965 100644
--- a/src/gpu/GrDrawState.h
+++ b/src/gpu/GrDrawState.h
@@ -48,11 +48,6 @@ public:
*this = state;
}
- /**
- * Copies another draw state with a preconcat to the view matrix.
- **/
- GrDrawState(const GrDrawState& state, const SkMatrix& preConcatMatrix);
-
virtual ~GrDrawState();
/**

Powered by Google App Engine
This is Rietveld 408576698