aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar csmartdalton <csmartdalton@google.com>2016-08-31 12:54:46 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-31 12:54:46 -0700
commitbde96c6263112de755a2573f6f5f02703386f328 (patch)
tree88e62b72015864164c9a183842ac932dc54b16e1 /include
parent3d01c62e19df9f369cdfaeff82ec8af2c0be75f1 (diff)
Move clip mask generation into GrReducedClip
This is a temporary solution to facilitate window rectangles and make clip mask generation more accessible for testing. The eventual goal is to simplify clips and merge GrReducedClip into GrClipStackClip. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2263343002 Review-Url: https://codereview.chromium.org/2263343002
Diffstat (limited to 'include')
-rw-r--r--include/gpu/GrContext.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 41292fe5cd..5785553dfd 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -430,12 +430,8 @@ private:
GrAuditTrail fAuditTrail;
// TODO: have the GrClipStackClip use drawContexts and rm this friending
- friend class GrClipStackClip; // for access to drawingManager
- friend class GrDrawingManager; // for access to drawingManager for ProgramUnitTest
friend class GrContextPriv;
- GrDrawingManager* drawingManager() { return fDrawingManager; }
-
GrContext(); // init must be called after the constructor.
bool init(GrBackend, GrBackendContext, const GrContextOptions& options);