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

Unified Diff: include/gpu/GrContext.h

Issue 783763002: Initial CL to move color / coverage off of drawstate (Closed) Base URL: https://skia.googlesource.com/skia.git@no-static-gp
Patch Set: bug fix 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 | « include/gpu/GrColor.h ('k') | include/gpu/GrProcessorUnitTest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrContext.h
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index c6dd2d75631af38fdef00e2a933c144e11b90680..c3c11b7be7900ebbffaa97786184df782f69e9a1 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -983,6 +983,7 @@ private:
void internalDrawPath(GrDrawTarget*,
GrDrawState*,
+ GrColor,
bool useAA,
const SkPath&,
const GrStrokeInfo&);
« no previous file with comments | « include/gpu/GrColor.h ('k') | include/gpu/GrProcessorUnitTest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698