diff options
| author | reed <reed@chromium.org> | 2015-12-20 19:38:20 -0800 |
|---|---|---|
| committer | Commit bot <commit-bot@chromium.org> | 2015-12-20 19:38:20 -0800 |
| commit | d63f60a36327e9580861205ebb35cade8c49bd34 (patch) | |
| tree | e7510eca058bf2c40c95ebd422e24e7194043200 /samplecode/SampleTiling.cpp | |
| parent | 77991de60c30211a29a946d321abd3b4d42b3d75 (diff) | |
change all factories to return their base-class
will watch DEPS roll to see if there are chrome sites needing updates
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1535353002
TBR=
Review URL: https://codereview.chromium.org/1535353002
Diffstat (limited to 'samplecode/SampleTiling.cpp')
| -rw-r--r-- | samplecode/SampleTiling.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samplecode/SampleTiling.cpp b/samplecode/SampleTiling.cpp index ba79e5a0ba..ed244eb3d2 100644 --- a/samplecode/SampleTiling.cpp +++ b/samplecode/SampleTiling.cpp @@ -55,8 +55,8 @@ static const int gWidth = 32; static const int gHeight = 32; class TilingView : public SampleView { - SkAutoTUnref<SkPicture> fTextPicture; - SkAutoTUnref<SkBlurDrawLooper> fLooper; + SkAutoTUnref<SkPicture> fTextPicture; + SkAutoTUnref<SkDrawLooper> fLooper; public: TilingView() : fLooper(SkBlurDrawLooper::Create(0x88000000, |
