lgtm + some questions https://codereview.appspot.com/7368051/diff/3001/bench/ChartBench.cpp File bench/ChartBench.cpp (right): https://codereview.appspot.com/7368051/diff/3001/bench/ChartBench.cpp#newcode94 bench/ChartBench.cpp:94: ChartBench(void* param, bool aa) : SkBenchmark(param) { It seems like we should init fSize here. https://codereview.appspot.com/7368051/diff/3001/bench/ChartBench.cpp#newcode99 bench/ChartBench.cpp:99: virtual const char* onGetName() SK_OVERRIDE { Why is fShift initialized here and not in the ctor?
https://codereview.appspot.com/7368051/diff/3001/bench/ChartBench.cpp File bench/ChartBench.cpp (right): https://codereview.appspot.com/7368051/diff/3001/bench/ChartBench.cpp#newcode99 bench/ChartBench.cpp:99: virtual const char* onGetName() SK_OVERRIDE { On 2013/02/22 15:07:45, robertphillips wrote: > Why is fShift initialized here and not in the ctor? Ha... I just pasted in the wrong place. Will fix.