Chromium Code Reviews| Index: include/effects/SkLayerDrawLooper.h |
| diff --git a/include/effects/SkLayerDrawLooper.h b/include/effects/SkLayerDrawLooper.h |
| index cec78b7466cb2df12f784bccd2c9b5c02bef92ec..bc1db1ae37f1cb71de0f261e9c9cf14e0965c405 100644 |
| --- a/include/effects/SkLayerDrawLooper.h |
| +++ b/include/effects/SkLayerDrawLooper.h |
| @@ -9,10 +9,10 @@ |
| #define SkLayerDrawLooper_DEFINED |
| #include "SkDrawLooper.h" |
| +#include "SkPaint.h" |
| +#include "SkPoint.h" |
|
scroggo
2013/05/14 21:06:05
It appears to me that #include "SkPoint.h" can be
|
| #include "SkXfermode.h" |
| -struct SkPoint; |
| - |
| class SK_API SkLayerDrawLooper : public SkDrawLooper { |
| public: |
| SK_DECLARE_INST_COUNT(SkLayerDrawLooper) |