Index: src/gpu/GrDrawingManager.h |
diff --git a/src/gpu/GrDrawingManager.h b/src/gpu/GrDrawingManager.h |
index d82a3a2d412e8c865e3d4f3131a7415def50ea73..0a4c3e3c7db65e295d466b92e486a45545eae61e 100644 |
--- a/src/gpu/GrDrawingManager.h |
+++ b/src/gpu/GrDrawingManager.h |
@@ -18,13 +18,8 @@ class GrContext; |
class GrDrawContext; |
class GrSingleOWner; |
class GrSoftwarePathRenderer; |
-class GrTextContext; |
-// Currently the DrawingManager creates a separate GrTextContext for each |
-// combination of text drawing options (pixel geometry x DFT use) |
-// and hands the appropriate one back given the DrawContext's request. |
-// |
-// It allocates a new GrDrawContext for each GrRenderTarget |
+// The GrDrawingManager allocates a new GrDrawContext for each GrRenderTarget |
// but all of them still land in the same GrDrawTarget! |
// |
// In the future this class will allocate a new GrDrawContext for |