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

Unified Diff: gpu/config/gpu_util.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_util.h
diff --git a/gpu/config/gpu_util.h b/gpu/config/gpu_util.h
index 21c802cbbb1b32d8988b02575722961c3de2fd23..b2a21e14f403b1f5e65f383df89ebc6dd4d046e5 100644
--- a/gpu/config/gpu_util.h
+++ b/gpu/config/gpu_util.h
@@ -30,8 +30,8 @@ GPU_EXPORT void ApplyGpuDriverBugWorkarounds(base::CommandLine* command_line);
// With provided GPUInfo, compute the driver bug workarounds for the current
// system, and append the |command_line|.
-GPU_EXPORT void ApplyGpuDriverBugWorkarounds(
- const GPUInfo& gpu_inco, base::CommandLine* command_line);
+GPU_EXPORT void ApplyGpuDriverBugWorkarounds(GPUInfo& gpu_inco,
+ base::CommandLine* command_line);
// |str| is in the format of "feature1,feature2,...,featureN".
GPU_EXPORT void StringToFeatureSet(

Powered by Google App Engine
This is Rietveld 408576698