diff options
author | 2013-05-07 22:48:05 +0000 | |
---|---|---|
committer | 2013-05-07 22:48:05 +0000 | |
commit | de9ae529b1784bf74ef2a96a38bc0ccd782cf4e5 (patch) | |
tree | 84299560abe1b379e99b2fdb0600074503efdf66 /cmds/flatland/Main.cpp | |
parent | 1e7714e6ac14a997f479ee7e13616b291b85e8c9 (diff) | |
parent | 63d076e3399c77cc610e81b4b173faa0a89efd23 (diff) |
Merge "flatland: add 1920x1200 to 16:10 resolutions"
Diffstat (limited to 'cmds/flatland/Main.cpp')
-rw-r--r-- | cmds/flatland/Main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmds/flatland/Main.cpp b/cmds/flatland/Main.cpp index 5ac8100510..d6ac3d2593 100644 --- a/cmds/flatland/Main.cpp +++ b/cmds/flatland/Main.cpp @@ -56,7 +56,7 @@ struct BenchmarkDesc { static const BenchmarkDesc benchmarks[] = { { "16:10 Single Static Window", - 2560, 1600, { 800, 1600, 2400 }, + 2560, 1600, { 800, 1200, 1600, 2400 }, { { // Window 0, staticGradient, opaque, @@ -92,7 +92,7 @@ static const BenchmarkDesc benchmarks[] = { }, { "16:10 App -> Home Transition", - 2560, 1600, { 800, 1600, 2400 }, + 2560, 1600, { 800, 1200, 1600, 2400 }, { { // Wallpaper 0, staticGradient, opaque, @@ -144,7 +144,7 @@ static const BenchmarkDesc benchmarks[] = { }, { "16:10 SurfaceView -> Home Transition", - 2560, 1600, { 800, 1600, 2400 }, + 2560, 1600, { 800, 1200, 1600, 2400 }, { { // Wallpaper 0, staticGradient, opaque, |