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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 1542013005: Add a new driver bug workaround SANDBOX_START_EARLY Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and add note about a possible way to retrieve dri directory Created 4 years, 7 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
Index: gpu/config/gpu_driver_bug_workaround_type.h
diff --git a/gpu/config/gpu_driver_bug_workaround_type.h b/gpu/config/gpu_driver_bug_workaround_type.h
index 9fd758a77161c32729f6106e8db5173f4096f203..6a2004172dbe45187c940c6f498a99b68a507f83 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -164,6 +164,8 @@
wake_up_gpu_before_drawing) \
GPU_OP(USE_TESTING_GPU_DRIVER_WORKAROUND, \
use_gpu_driver_workaround_for_testing) \
+ GPU_OP(SANDBOX_START_EARLY, \
+ sandbox_start_early) \
namespace gpu {

Powered by Google App Engine
This is Rietveld 408576698