summaryrefslogtreecommitdiff
path: root/cmds/flatland/Main.cpp
diff options
context:
space:
mode:
author Rom Lemarchand <romlem@google.com> 2013-08-29 16:19:18 -0700
committer Rom Lemarchand <romlem@google.com> 2013-08-29 16:19:18 -0700
commitb3fb0ae7fd296031f1fa22f3ac058973a5621ebb (patch)
treed38f884337f4c286a01259dea5120731b9250280 /cmds/flatland/Main.cpp
parentaa62c663b7c936351aa4a6583dab9430cdbedf98 (diff)
fix incorrect aspect ratio label
2048x1536 was labeled as 3:2 when it is 4:3. Change-Id: I981af139ba3d1c6f111772aeaccf95c679999370
Diffstat (limited to 'cmds/flatland/Main.cpp')
-rw-r--r--cmds/flatland/Main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmds/flatland/Main.cpp b/cmds/flatland/Main.cpp
index d6ac3d2593..e80dbb1505 100644
--- a/cmds/flatland/Main.cpp
+++ b/cmds/flatland/Main.cpp
@@ -73,7 +73,7 @@ static const BenchmarkDesc benchmarks[] = {
},
},
- { "3:2 Single Static Window",
+ { "4:3 Single Static Window",
2048, 1536, { 1536 },
{
{ // Window
@@ -117,7 +117,7 @@ static const BenchmarkDesc benchmarks[] = {
},
},
- { "3:2 App -> Home Transition",
+ { "4:3 App -> Home Transition",
2048, 1536, { 1536 },
{
{ // Wallpaper
@@ -173,7 +173,7 @@ static const BenchmarkDesc benchmarks[] = {
},
},
- { "3:2 SurfaceView -> Home Transition",
+ { "4:3 SurfaceView -> Home Transition",
2048, 1536, { 1536 },
{
{ // Wallpaper