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

Unified Diff: gpu/config/gpu_driver_bug_list.h

Issue 2671773003: Copy GPU workaround flags from browser to GPU process (Closed)
Patch Set: fix test on certain systems Created 3 years, 11 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 | « content/test/gpu/gpu_tests/gpu_process_integration_test.py ('k') | gpu/config/gpu_driver_bug_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/gpu_driver_bug_list.h
diff --git a/gpu/config/gpu_driver_bug_list.h b/gpu/config/gpu_driver_bug_list.h
index 8db219fc5e11fded43ce6540bb4ce8ba528603c6..0ec839ed4eecafe17b2d88d140e0352b30e4c9ef 100644
--- a/gpu/config/gpu_driver_bug_list.h
+++ b/gpu/config/gpu_driver_bug_list.h
@@ -28,6 +28,11 @@ class GPU_EXPORT GpuDriverBugList : public GpuControlList {
std::set<int>* workarounds,
const base::CommandLine& command_line);
+ // Append |workarounds| with the full list of workarounds.
+ // This is needed for correctly passing flags down from
+ // the browser process to the GPU process.
+ static void AppendAllWorkarounds(std::vector<const char*>* workarounds);
+
private:
GpuDriverBugList();
« no previous file with comments | « content/test/gpu/gpu_tests/gpu_process_integration_test.py ('k') | gpu/config/gpu_driver_bug_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698