| Index: tests/CanvasTest.cpp
|
| diff --git a/tests/CanvasTest.cpp b/tests/CanvasTest.cpp
|
| index 284e3cdedb21cf12ce927ac212a85ee476fe2c00..a95a94f3e85a7344111fe832a4865a45c91c5193 100644
|
| --- a/tests/CanvasTest.cpp
|
| +++ b/tests/CanvasTest.cpp
|
| @@ -55,6 +55,7 @@
|
| #include "SkPicture.h"
|
| #include "SkPictureRecord.h"
|
| #include "SkPictureRecorder.h"
|
| +#include "SkRasterClip.h"
|
| #include "SkRect.h"
|
| #include "SkRegion.h"
|
| #include "SkShader.h"
|
| @@ -507,7 +508,7 @@ public:
|
| return false;
|
| }
|
| if (layerIter1.clip() != layerIter2.clip()) {
|
| - return false;
|
| + return false;
|
| }
|
| if (layerIter1.paint() != layerIter2.paint()) {
|
| return false;
|
|
|