aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrContext.h')
-rw-r--r--include/gpu/GrContext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/gpu/GrContext.h b/include/gpu/GrContext.h
index 61446875cc..7510a7312d 100644
--- a/include/gpu/GrContext.h
+++ b/include/gpu/GrContext.h
@@ -46,6 +46,7 @@ class SkTraceMemoryDump;
class SkImage;
class SkSurfaceProps;
+class SkTaskGroup;
class SK_API GrContext : public SkRefCnt {
public:
@@ -359,6 +360,8 @@ private:
// GrRenderTargetContexts. It is also passed to the GrResourceProvider and SkGpuDevice.
mutable GrSingleOwner fSingleOwner;
+ std::unique_ptr<SkTaskGroup> fTaskGroup;
+
struct CleanUpData {
PFCleanUpFunc fFunc;
void* fInfo;