| Index: content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py b/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
|
| index 1946d6c63a6ed323b36933c596c1f07784d22202..81baa386803f199ea2886765702cbd5fd39df054 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
|
| @@ -288,7 +288,7 @@ class WebGLConformanceIntegrationTest(gpu_integration_test.GpuIntegrationTest):
|
| ])
|
| browser = browser_finder.FindBrowser(browser_options.finder_options)
|
| if (browser.target_os.startswith('android') and
|
| - browser.browser_type == 'android-webview-shell'):
|
| + browser.browser_type == 'android-webview-instrumentation'):
|
| # TODO(kbr): this is overly broad. We'd like to do this only on
|
| # Nexus 9. It'll go away shortly anyway. crbug.com/499928
|
| #
|
|
|