| Index: include/gpu/GrClipData.h
|
| diff --git a/include/gpu/GrClipData.h b/include/gpu/GrClipData.h
|
| index 078b61ec35cf46a93dfac8810529a1be13b859f6..bced74183b305df03fe7476996309b04de0d0eb5 100644
|
| --- a/include/gpu/GrClipData.h
|
| +++ b/include/gpu/GrClipData.h
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright 2010 Google Inc.
|
| *
|
| @@ -6,15 +5,13 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -
|
| -
|
| #ifndef GrClip_DEFINED
|
| #define GrClip_DEFINED
|
|
|
| -#include "GrRect.h"
|
| #include "SkClipStack.h"
|
|
|
| class GrSurface;
|
| +struct SkIRect;
|
|
|
| /**
|
| * GrClipData encapsulates the information required to construct the clip
|
| @@ -50,7 +47,7 @@ public:
|
| }
|
|
|
| void getConservativeBounds(const GrSurface* surface,
|
| - GrIRect* devResult,
|
| + SkIRect* devResult,
|
| bool* isIntersectionOfRects = NULL) const;
|
| };
|
|
|
|
|