| Index: src/gpu/GrClipStackClip.h
|
| diff --git a/src/gpu/GrClipStackClip.h b/src/gpu/GrClipStackClip.h
|
| index 15025471d20a3fdff6500e1f500b0fbd1638051d..cb1f6837020d68fbcadc0b687f0d5f403459650a 100644
|
| --- a/src/gpu/GrClipStackClip.h
|
| +++ b/src/gpu/GrClipStackClip.h
|
| @@ -8,12 +8,13 @@
|
| #define GrClipStackClip_DEFINED
|
|
|
| #include "GrClip.h"
|
| -
|
| #include "GrReducedClip.h"
|
| #include "SkClipStack.h"
|
|
|
| -class GrTextureProvider;
|
| class GrPathRenderer;
|
| +class GrTexture;
|
| +class GrTextureProvider;
|
| +class GrUniqueKey;
|
|
|
| /**
|
| * GrClipStackClip can apply a generic SkClipStack to the draw state. It may need to generate an
|
|
|