Chromium Code Reviews| Index: samplecode/SampleClipDrawMatch.cpp |
| diff --git a/samplecode/SampleClipDrawMatch.cpp b/samplecode/SampleClipDrawMatch.cpp |
| index 6a2a37b190c318948218be3998e4fc9b3b918dd1..c79c87239d3d6a39b7e4d50969c4093eb7e3d33e 100644 |
| --- a/samplecode/SampleClipDrawMatch.cpp |
| +++ b/samplecode/SampleClipDrawMatch.cpp |
| @@ -8,6 +8,8 @@ |
| #include "SampleCode.h" |
| #include "SkCanvas.h" |
| #include "SkInterpolator.h" |
| +#include "SkPath.h" |
| +#include "SkRRect.h" |
| #include "SkTime.h" |
| // This slide tests out the match up between BW clipping and rendering. It can |