| Index: include/core/SkPictureAnalyzer.h
|
| diff --git a/include/core/SkPictureAnalyzer.h b/include/core/SkPictureAnalyzer.h
|
| index c46ca1e85436999cd2c89138f42640878c3e56d2..62dac30f0104a6da4cde99dfdd1b01e9eef5c7d3 100644
|
| --- a/include/core/SkPictureAnalyzer.h
|
| +++ b/include/core/SkPictureAnalyzer.h
|
| @@ -8,6 +8,7 @@
|
| #ifndef SkPictureAnalyzer_DEFINED
|
| #define SkPictureAnalyzer_DEFINED
|
|
|
| +#include "SkCanvas.h"
|
| #include "SkRefCnt.h"
|
| #include "SkRegion.h"
|
| #include "SkTypes.h"
|
| @@ -36,7 +37,7 @@ public:
|
| /**
|
| * Process an explicit clipPath op.
|
| */
|
| - void analyzeClipPath(const SkPath&, SkRegion::Op, bool doAntiAlias);
|
| + void analyzeClipPath(const SkPath&, SkCanvas::ClipOp, bool doAntiAlias);
|
|
|
| /**
|
| * Reset all accumulated stats.
|
|
|