From 4803f9715ff02b54a8ebae24167c490181d7cc3f Mon Sep 17 00:00:00 2001 From: kkinnunen Date: Tue, 17 May 2016 22:15:39 -0700 Subject: Remove NVPR related env var from command buffer GL context creation NVPR is now enabled by default for Chromium command buffer. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1975753005 Review-Url: https://codereview.chromium.org/1975753005 --- tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/gpu/gl') diff --git a/tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp b/tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp index 05a2a2b1f7..1870be3936 100644 --- a/tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp +++ b/tools/gpu/gl/command_buffer/GLTestContext_command_buffer.cpp @@ -195,8 +195,6 @@ void CommandBufferGLTestContext::initializeGLContext(void *nativeWindow, const i return; } - // Make sure CHROMIUM_path_rendering is enabled for NVPR support. - sk_setenv("CHROME_COMMAND_BUFFER_GLES2_ARGS", "--enable-gl-path-rendering"); fDisplay = gfGetDisplay(EGL_DEFAULT_DISPLAY); if (EGL_NO_DISPLAY == fDisplay) { SkDebugf("Command Buffer: Could not create EGL display.\n"); -- cgit v1.2.3