cc: Fix tile manager queues perftests to use number of layers.
commit1192a4dd8df0a015a7553b0bd4eb31c6f0fedfa0
authorvmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 1 Aug 2014 22:18:00 +0000 (1 22:18 +0000)
committervmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 1 Aug 2014 22:18:00 +0000 (1 22:18 +0000)
treea915c3bd515ceeb3834cc5f3314fdb3780e8f986
parenta8c199271474e56de6418b8483218fae755874dc
cc: Fix tile manager queues perftests to use number of layers.

I made a bit of a blunder when writing the tile manager queues perftests
and made them use a variable number of tilings, instead of layers.

The important thing for us to test here is how the system behaves with
multiple layers. Multiple tilings case is tested at the tiling level
iterator level.

This patch fixes up all of this.

NOTE TO PERF SHERIFFS
=====================

Please disregard any performance changes in the tile manager perftests
as a result of this patch. This changes fundamentally what the
perftests are measuring.

R=reveman

Review URL: https://codereview.chromium.org/434713002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@287104 0039d316-1c4b-4281-b951-d872f2087c98
cc/resources/tile_manager_perftest.cc