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

Unified Diff: include/gpu/GrContext.h

Issue 1407883004: Remove GrPipelineBuilder from getPathRenderer call (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 2 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 | include/gpu/GrPathRendererChain.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 1e160c6d4053cfb60ec3c9e522fa6fcc5e0fe1a4..13b865bab816d9d8f9400085a5f12e7092253d40 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -334,12 +334,13 @@ public:
void getTestTarget(GrTestTarget*);
GrPathRenderer* getPathRenderer(
bsalomon 2015/10/27 19:54:03 Maybe we should just pass the RT instead of the is
robertphillips 2015/10/29 14:51:31 I'm on the fence about this one. Passing the RT is
- const GrPipelineBuilder&,
const SkMatrix& viewMatrix,
const SkPath& path,
const GrStrokeInfo& stroke,
bool allowSW,
- GrPathRendererChain::DrawType drawType = GrPathRendererChain::kColor_DrawType,
+ GrPathRendererChain::DrawType drawType,
+ bool stencilIsDisabled,
+ bool stencilBufferIsMSAA,
GrPathRendererChain::StencilSupport* stencilSupport = NULL);
/** Prints cache stats to the string if GR_CACHE_STATS == 1. */
« no previous file with comments | « no previous file | include/gpu/GrPathRendererChain.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698