| Index: samplecode/SampleTiling.cpp
|
| diff --git a/samplecode/SampleTiling.cpp b/samplecode/SampleTiling.cpp
|
| index ed244eb3d2ae6d1b41a1957f0f636e25de9e1203..ba79e5a0babea381d0c2baaf2958b8e1c79bcf55 100644
|
| --- a/samplecode/SampleTiling.cpp
|
| +++ b/samplecode/SampleTiling.cpp
|
| @@ -55,8 +55,8 @@
|
| static const int gHeight = 32;
|
|
|
| class TilingView : public SampleView {
|
| - SkAutoTUnref<SkPicture> fTextPicture;
|
| - SkAutoTUnref<SkDrawLooper> fLooper;
|
| + SkAutoTUnref<SkPicture> fTextPicture;
|
| + SkAutoTUnref<SkBlurDrawLooper> fLooper;
|
| public:
|
| TilingView()
|
| : fLooper(SkBlurDrawLooper::Create(0x88000000,
|
|
|