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

Unified Diff: include/gpu/GrContext.h

Issue 2196393007: Merge GrClipMaskManager into GrClipStackClip (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 4 years, 4 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 | « include/gpu/GrClip.h ('k') | include/gpu/GrDrawContext.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 2a7c1383a0155c5c23659d92875fcf4fd7efa546..a34a43733a8fc18040e9f15424458eb954598519 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -423,10 +423,11 @@ private:
GrAuditTrail fAuditTrail;
- // TODO: have the CMM use drawContexts and rm this friending
- friend class GrClipMaskManager; // the CMM is friended just so it can call 'drawingManager'
- friend class GrDrawingManager; // for access to drawingManager for ProgramUnitTest
+ // 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.
« no previous file with comments | « include/gpu/GrClip.h ('k') | include/gpu/GrDrawContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698