Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(736)

Unified Diff: gpu/gles2_conform_support/egl/display.cc

Issue 1902453002: Revert of Compute GpuDriverBugWorkarounds only one time in the GPU process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gpu/gles2_conform_support/egl/display.h ('k') | gpu/gpu_config.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/egl/display.cc
diff --git a/gpu/gles2_conform_support/egl/display.cc b/gpu/gles2_conform_support/egl/display.cc
index 99ce8ec5fdc4576898ba46cbb86b4218b2b21218..2053f7da5091ec1f7ef03313a4c403f1e392225a 100644
--- a/gpu/gles2_conform_support/egl/display.cc
+++ b/gpu/gles2_conform_support/egl/display.cc
@@ -4,7 +4,6 @@
#include "gpu/gles2_conform_support/egl/display.h"
-#include "base/command_line.h"
#include "gpu/gles2_conform_support/egl/config.h"
#include "gpu/gles2_conform_support/egl/context.h"
#include "gpu/gles2_conform_support/egl/surface.h"
@@ -16,8 +15,7 @@
: is_initialized_(false),
next_create_window_surface_creates_pbuffer_(false),
window_surface_pbuffer_width_(0),
- window_surface_pbuffer_height_(0),
- gpu_driver_bug_workarounds_(base::CommandLine::ForCurrentProcess()) {}
+ window_surface_pbuffer_height_(0) {}
Display::~Display() {
surfaces_.clear();
« no previous file with comments | « gpu/gles2_conform_support/egl/display.h ('k') | gpu/gpu_config.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698