Skip to content

Commit

Permalink
Fixed --browser flag for webgl_conformance with D3D9 and GL backends.
Browse files Browse the repository at this point in the history
BUG=542370
TBR=thakis@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#368053}
  • Loading branch information
kenrussell authored and Commit bot committed Jan 7, 2016
1 parent 4cdaa7c commit 92737bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/buildbot/chromium.gpu.fyi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2272,7 +2272,7 @@
"args": [
"webgl_conformance",
"--show-stdout",
"--browser=debug",
"--browser=release",
"-v",
"--extra-browser-args=\"--enable-logging=stderr --js-flags=--expose-gc --use-angle=d3d9\""
],
Expand All @@ -2295,7 +2295,7 @@
"args": [
"webgl_conformance",
"--show-stdout",
"--browser=debug",
"--browser=release",
"-v",
"--extra-browser-args=\"--enable-logging=stderr --js-flags=--expose-gc --use-angle=gl\""
],
Expand Down

0 comments on commit 92737bc

Please sign in to comment.