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

Unified Diff: include/gpu/GrContext.h

Issue 2263343002: Move clip mask generation into GrReducedClip (Closed) Base URL: https://skia.googlesource.com/skia.git@upload2_clipclears
Patch Set: msvc 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 | « no previous file | src/gpu/GrClipStackClip.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 41292fe5cde94558f0f5f480eb68a64ec0204c7c..5785553dfdeae753b36233d1c81b2e3bfa663cea 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);
« no previous file with comments | « no previous file | src/gpu/GrClipStackClip.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698