| Index: src/gpu/GrDrawTarget.cpp
|
| diff --git a/src/gpu/GrDrawTarget.cpp b/src/gpu/GrDrawTarget.cpp
|
| index 6c9c38605b14b59c69f08b947a4e17ae298a22d9..076b626a1ac040602d2bf627b6e8e7b26b913951 100644
|
| --- a/src/gpu/GrDrawTarget.cpp
|
| +++ b/src/gpu/GrDrawTarget.cpp
|
| @@ -39,6 +39,7 @@ GrDrawTarget::GrDrawTarget(GrGpu* gpu, GrResourceProvider* resourceProvider)
|
| , fLastFlushToken(0) {
|
| // TODO: Stop extracting the context (currently needed by GrClipMaskManager)
|
| fContext = fGpu->getContext();
|
| + fClipMaskManager.reset(new GrClipMaskManager(this));
|
| }
|
|
|
| GrDrawTarget::~GrDrawTarget() {
|
|
|