Commit 4fbb5c6f authored by Alexandre Courbot's avatar Alexandre Courbot Committed by Commit Bot

media/gpu/vdatest: remove --rendering_warm_up option

This option was a no-op, and is being removed from autotests.

BUG=819542
TEST=Verified that autotests were still passing
CQ-DEPEND=CL:952036

Change-Id: I072a56faf78a3c453e9195e7a4f8cf5599872796
Reviewed-on: https://chromium-review.googlesource.com/954768Reviewed-by: default avatarWu-Cheng Li <wuchengli@chromium.org>
Commit-Queue: Alexandre Courbot <acourbot@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543971}
parent aa1b7dea
...@@ -1850,10 +1850,6 @@ int main(int argc, char** argv) { ...@@ -1850,10 +1850,6 @@ int main(int argc, char** argv) {
LOG_ASSERT(base::StringToDouble(input, &media::g_rendering_fps)); LOG_ASSERT(base::StringToDouble(input, &media::g_rendering_fps));
continue; continue;
} }
if (it->first == "rendering_warm_up") {
// TODO(owenlin): Remove this after autotest stop using it.
continue;
}
// TODO(owenlin): Remove this flag once it is not used in autotest. // TODO(owenlin): Remove this flag once it is not used in autotest.
if (it->first == "disable_rendering") { if (it->first == "disable_rendering") {
media::g_rendering_fps = 0; media::g_rendering_fps = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment