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

Unified Diff: include/gpu/GrDrawContext.h

Issue 2240623002: Move GrAtlasTextContext to GrDrawingManager, so we only have one. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix alignment 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/GrDrawContext.cpp » ('j') | src/gpu/GrDrawingManager.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/GrDrawContext.h
diff --git a/include/gpu/GrDrawContext.h b/include/gpu/GrDrawContext.h
index def541d9a9814c0aeaa72ec897fa74f243edc96c..6e98404a44bd6751c2ef03281e96ccbf1ee0e498 100644
--- a/include/gpu/GrDrawContext.h
+++ b/include/gpu/GrDrawContext.h
@@ -17,7 +17,6 @@
#include "../private/GrInstancedPipelineInfo.h"
#include "../private/GrSingleOwner.h"
-class GrAtlasTextContext;
class GrAuditTrail;
class GrClip;
class GrContext;
@@ -367,7 +366,6 @@ private:
// In MDB-mode the drawTarget can be closed by some other drawContext that has picked
// it up. For this reason, the drawTarget should only ever be accessed via 'getDrawTarget'.
GrDrawTarget* fDrawTarget;
- SkAutoTDelete<GrAtlasTextContext> fAtlasTextContext;
GrContext* fContext;
GrInstancedPipelineInfo fInstancedPipelineInfo;
« no previous file with comments | « no previous file | src/gpu/GrDrawContext.cpp » ('j') | src/gpu/GrDrawingManager.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698