commit | 2d6ba6690f8951e152d8e793191b14afd52f5506 | [log] [tgz] |
---|---|---|
author | reed <reed@chromium.org> | Sun Dec 20 20:08:42 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Sun Dec 20 20:08:43 2015 -0800 |
tree | ff71833d1327c08c9e31451d2a18286fc95f7bb0 | |
parent | d63f60a36327e9580861205ebb35cade8c49bd34 [diff] [blame] |
Revert of change all factories to return their base-class (patchset #1 id:1 of https://codereview.chromium.org/1535353002/ ) Reason for revert: need to update some chrome/blink call-sites Original issue's description: > 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= > > Committed: https://skia.googlesource.com/skia/+/d63f60a36327e9580861205ebb35cade8c49bd34 TBR= NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/1540203002
diff --git a/bench/MatrixConvolutionBench.cpp b/bench/MatrixConvolutionBench.cpp index 05f0193..6302f12 100644 --- a/bench/MatrixConvolutionBench.cpp +++ b/bench/MatrixConvolutionBench.cpp
@@ -50,7 +50,7 @@ private: typedef Benchmark INHERITED; - SkImageFilter* fFilter; + SkMatrixConvolutionImageFilter* fFilter; SkString fName; };