| Index: include/gpu/GrClip.h
|
| diff --git a/include/gpu/GrClip.h b/include/gpu/GrClip.h
|
| index f260f05cc70c2f42fe090a8c557b4f57fcaf05e8..18f212f962666b2535d7c832a128f74e37f469d7 100644
|
| --- a/include/gpu/GrClip.h
|
| +++ b/include/gpu/GrClip.h
|
| @@ -9,7 +9,6 @@
|
| #define GrClip_DEFINED
|
|
|
| #include "SkClipStack.h"
|
| -#include "GrSurface.h"
|
|
|
| struct SkIRect;
|
|
|
| @@ -157,13 +156,6 @@ public:
|
| (kIRect_ClipType == fClipType && this->irect().contains(rect));
|
| }
|
|
|
| - void getConservativeBounds(const GrSurface* surface,
|
| - SkIRect* devResult,
|
| - bool* isIntersectionOfRects = NULL) const {
|
| - this->getConservativeBounds(surface->width(), surface->height(),
|
| - devResult, isIntersectionOfRects);
|
| - }
|
| -
|
| void getConservativeBounds(int width, int height,
|
| SkIRect* devResult,
|
| bool* isIntersectionOfRects = NULL) const;
|
|
|