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

Unified Diff: src/gpu/GrDrawTarget.h

Issue 1889453002: Tweak distance field path renderer behavior in gamma-correct mode (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 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/batches/GrAADistanceFieldPathRenderer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrDrawTarget.h
diff --git a/src/gpu/GrDrawTarget.h b/src/gpu/GrDrawTarget.h
index c863b455b36ed8ae630424daf503c179cdb8d6b1..70c1ed9bb5de56577dc34fb0208d479ce4ebe920 100644
--- a/src/gpu/GrDrawTarget.h
+++ b/src/gpu/GrDrawTarget.h
@@ -174,6 +174,7 @@ public:
GrAuditTrail* getAuditTrail() const { return fAuditTrail; }
private:
+ friend class GrAADistanceFieldPathRenderer; // for fRenderTarget (to query sRGB)
jvanverth1 2016/04/13 13:45:39 This seems a little squirrely to me. Does it make
Brian Osman 2016/04/13 13:48:44 Yes - I nearly added a comment before sending this
friend class GrDrawingManager; // for resetFlag & TopoSortTraits
enum Flags {
« no previous file with comments | « no previous file | src/gpu/batches/GrAADistanceFieldPathRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698