summaryrefslogtreecommitdiff
path: root/libs/hwui/tests/macrobench/TestSceneRunner.cpp
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2016-06-21 16:24:20 -0700
committerJohn Reck <jreck@google.com>2016-06-21 16:24:20 -0700
commitab1080c4d075b008cebdd9a2031ebbd51f9c2729 (patch)
tree51f0a5866b266286a3ff28056891166917e5fcbe /libs/hwui/tests/macrobench/TestSceneRunner.cpp
parent6465299aec330df82206cec459c16080c25e2297 (diff)
Delete unused args
Bug: 21170575 Change-Id: Icc832f70f206342557f44667ad3498405d04db78
Diffstat (limited to 'libs/hwui/tests/macrobench/TestSceneRunner.cpp')
-rw-r--r--libs/hwui/tests/macrobench/TestSceneRunner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/tests/macrobench/TestSceneRunner.cpp b/libs/hwui/tests/macrobench/TestSceneRunner.cpp
index 807cf73d3aab..2d7843712b21 100644
--- a/libs/hwui/tests/macrobench/TestSceneRunner.cpp
+++ b/libs/hwui/tests/macrobench/TestSceneRunner.cpp
@@ -87,7 +87,7 @@ void run(const TestScene::Info& info, const TestScene::Options& opts) {
proxy->loadSystemProperties();
proxy->initialize(surface);
float lightX = width / 2.0;
- proxy->setup(width, height, dp(800.0f), 255 * 0.075, 255 * 0.15);
+ proxy->setup(dp(800.0f), 255 * 0.075, 255 * 0.15);
proxy->setLightCenter((Vector3){lightX, dp(-200.0f), dp(800.0f)});
// Do a few cold runs then reset the stats so that the caches are all hot