Chromium Code Reviews| Index: src/gpu/GrDrawState.h |
| diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h |
| index 6440790c10b1d611e651ea786f97a4b0a008d79e..bde7a31925e9b5a34a50f3d23f8a754358e48419 100644 |
| --- a/src/gpu/GrDrawState.h |
| +++ b/src/gpu/GrDrawState.h |
| @@ -22,6 +22,7 @@ |
| #include "effects/GrSimpleTextureEffect.h" |
| #include "SkMatrix.h" |
| +#include "SkPath.h" |
|
Chris Dalton
2013/10/07 22:22:45
Is this needed in the .h file?
Kimmo Kinnunen
2013/10/08 12:14:09
Done.
|
| #include "SkTypes.h" |
| #include "SkXfermode.h" |