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

Unified Diff: bench/BitmapRegionDecoderBench.h

Issue 1418093006: Refactor SkBitmapRegionDecoderInterface for Android (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | bench/BitmapRegionDecoderBench.cpp » ('j') | bench/BitmapRegionDecoderBench.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/BitmapRegionDecoderBench.h
diff --git a/bench/BitmapRegionDecoderBench.h b/bench/BitmapRegionDecoderBench.h
index 3f3da6cec90ad38f3e838b4dd53b32e9426959f6..da256f0ef9c91f5e9195c41469ae2f0d3a5ca9c3 100644
--- a/bench/BitmapRegionDecoderBench.h
+++ b/bench/BitmapRegionDecoderBench.h
@@ -44,6 +44,7 @@ private:
const SkColorType fColorType;
const uint32_t fSampleSize;
const SkIRect fSubset;
+ SkAutoTUnref<SkColorTable> fColorTable;
typedef Benchmark INHERITED;
};
#endif // BitmapRegionDecoderBench_DEFINED
« no previous file with comments | « no previous file | bench/BitmapRegionDecoderBench.cpp » ('j') | bench/BitmapRegionDecoderBench.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698