| commit | 87f15c8ff11ad2bfb0c6711d7837020a50fe7fb8 | [log] [tgz] |
|---|---|---|
| author | robertphillips <robertphillips@google.com> | Fri May 20 11:14:33 2016 -0700 |
| committer | Commit bot <commit-bot@chromium.org> | Fri May 20 11:14:33 2016 -0700 |
| tree | fc3899058560ca294ba062de98c3246db3c225d2 | |
| parent | f2c96a2a6fa22c674083db701d15702636f9d5fc [diff] [blame] |
Retract GrRenderTarget from GrTestTarget Split out of: https://codereview.chromium.org/1988923002/ (Declassify GrClipMaskManager and Remove GrRenderTarget and GrDrawTarget from GrPipelineBuilder) GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=2004433002 Review-Url: https://codereview.chromium.org/2004433002
diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h index 0e7211d..3778b72 100644 --- a/include/gpu/GrDrawContext.h +++ b/include/gpu/GrDrawContext.h
@@ -296,6 +296,7 @@ friend class GrStencilAndCoverTextContext; // for access to drawBatch friend class GrDrawingManager; // for ctor friend class GrDrawContextPriv; + friend class GrTestTarget; // for access to getDrawTarget bool drawFilledDRRect(const GrClip& clip, const GrPaint& paint,