| Index: src/gpu/GrClipMaskManager.cpp
|
| diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp
|
| index e56f4dd77d523ad9f64df980c0435b82e7b552cd..4b57868520d479f9cfb726cbcef98070f6dcdfbb 100644
|
| --- a/src/gpu/GrClipMaskManager.cpp
|
| +++ b/src/gpu/GrClipMaskManager.cpp
|
| @@ -360,6 +360,7 @@ bool GrClipMaskManager::drawElement(GrDrawState* drawState,
|
| this->getContext()->getAARectRenderer()->fillAARect(fClipTarget,
|
| drawState,
|
| color,
|
| + SkMatrix::I(),
|
| element->getRect(),
|
| SkMatrix::I(),
|
| element->getRect());
|
|
|