Get rid of excess cleverness in benchmark
authortomhudson <tomhudson@google.com>
Mon, 23 Mar 2015 14:46:13 +0000 (07:46 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 23 Mar 2015 14:46:13 +0000 (07:46 -0700)
commitc589f6c9680f76b371b5a0ebcd986f2574751887
tree05d2522790e370dc7badf41b095b43e6da2ef6d4
parent68260fa1e913cb1f1f4f07755acd11357a47dc6f
Get rid of excess cleverness in benchmark

RotatedRectBench was asking for its base layer size, which may
not be what it expects with odd canvas modes (particularly proxies).
Most benchmarks are not so sophisticated; they hard-wire their
size and just use that (expected) value.

R=mtklein@google.com,djsollen@google.com
BUG=skia:3566

Review URL: https://codereview.chromium.org/1015013004
bench/RotatedRectBench.cpp