| Index: src/gpu/GrBlurUtils.cpp
|
| diff --git a/src/gpu/GrBlurUtils.cpp b/src/gpu/GrBlurUtils.cpp
|
| index 441e56631c5e3be3a0b58f3295f4336f3175b58e..d20226c19511deaf94b39a6d85ddcac633527e9e 100644
|
| --- a/src/gpu/GrBlurUtils.cpp
|
| +++ b/src/gpu/GrBlurUtils.cpp
|
| @@ -17,6 +17,7 @@
|
| #include "SkGrPriv.h"
|
| #include "SkMaskFilter.h"
|
| #include "SkPaint.h"
|
| +#include "SkTLazy.h"
|
|
|
| static bool clip_bounds_quick_reject(const SkIRect& clipBounds, const SkIRect& rect) {
|
| return clipBounds.isEmpty() || rect.isEmpty() || !SkIRect::Intersects(clipBounds, rect);
|
|
|