Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(305)

Unified Diff: bench/MatrixConvolutionBench.cpp

Issue 13474012: Fix more clang errors. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: use enum Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bench/MatrixBench.cpp ('k') | bench/VertBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/MatrixConvolutionBench.cpp
diff --git a/bench/MatrixConvolutionBench.cpp b/bench/MatrixConvolutionBench.cpp
index dfa05dbd35381ff3ba7d58fe7e7c9cfe7af7e876..161fc232965fd639d2ee2932016a91739f1a32ce 100644
--- a/bench/MatrixConvolutionBench.cpp
+++ b/bench/MatrixConvolutionBench.cpp
@@ -12,8 +12,6 @@
#include "SkMatrixConvolutionImageFilter.h"
class MatrixConvolutionBench : public SkBenchmark {
- SkMatrixConvolutionImageFilter::TileMode fTileMode;
-
public:
MatrixConvolutionBench(void* param, SkMatrixConvolutionImageFilter::TileMode tileMode, bool convolveAlpha)
: INHERITED(param), fName("matrixconvolution") {
« no previous file with comments | « bench/MatrixBench.cpp ('k') | bench/VertBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698