DescriptionMove switch kUseGpuInTests from chrome to content
The switch kUseGpuInTests is used to inform tests that they are running on a GPU bot (instead of a bot which may not have a real GPU in it).
The existing GPU tests which use this flag are chrome tests, so this flag had been happy living in chrome. There exist some content GPU tests that don't use this flag, but the GPU memory manager test is the first content test which uses this flag (it renders some very complicated scenes to stress GPU memory, and we shouldn't count on being able to run all of them on software raster).
BUG=135525
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=175633
Patch Set 1 #
Messages
Total messages: 7 (0 generated)
|