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

Unified Diff: gpu/config/gpu_driver_bug_workaround_type.h

Issue 1463823002: Add DriverBugWorkaroundsInGpuProcessPage to gpu_process_test.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 88d3ffbbf5e2370168e4e2eb99177de56fe6f85a..043dcfb260b076627cb86a1ef4569f64cc2937a9 100644
--- a/gpu/config/gpu_driver_bug_workaround_type.h
+++ b/gpu/config/gpu_driver_bug_workaround_type.h
@@ -146,6 +146,8 @@
wake_up_gpu_before_drawing) \
GPU_OP(UNBIND_EGL_CONTEXT_TO_FLUSH_DRIVER_CACHES, \
unbind_egl_context_to_flush_driver_caches) \
+ GPU_OP(USE_FAKE_GPU_DRIVER_WORKAROUND, \
+ use_fake_gpu_driver_workaround) \
namespace gpu {

Powered by Google App Engine
This is Rietveld 408576698