Chromium Code Reviews| Index: content/browser/renderer_host/input/touch_input_browsertest.cc |
| =================================================================== |
| --- content/browser/renderer_host/input/touch_input_browsertest.cc (revision 244775) |
| +++ content/browser/renderer_host/input/touch_input_browsertest.cc (working copy) |
| @@ -164,11 +164,6 @@ |
| // We expect real pixel output for these tests. |
| UseRealGLContexts(); |
| - // On legacy windows, these tests need real GL bindings to pass. |
| -#if defined(OS_WIN) && !defined(USE_AURA) |
| - UseRealGLBindings(); |
| -#endif |
| - |
| ContentBrowserTest::SetUp(); |
| } |