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

Unified Diff: trunk/src/gpu/command_buffer/service/gpu_switches.cc

Issue 13924005: Revert 193798 "Revert r192949 "Disable shader disk cache by defa..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 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
Index: trunk/src/gpu/command_buffer/service/gpu_switches.cc
===================================================================
--- trunk/src/gpu/command_buffer/service/gpu_switches.cc (revision 194502)
+++ trunk/src/gpu/command_buffer/service/gpu_switches.cc (working copy)
@@ -60,7 +60,7 @@
const char kTraceGL[] = "trace-gl";
// Disables the GPU shader on disk cache.
-const char kDisableGpuShaderDiskCache[] = "disable-gpu-shader-disk-cache";
+const char kEnableGpuShaderDiskCache[] = "enable-gpu-shader-disk-cache";
const char* kGpuSwitches[] = {
kCompileShaderAlwaysSucceeds,
@@ -79,7 +79,7 @@
kGpuDriverBugWorkarounds,
kGpuProgramCacheSizeKb,
kTraceGL,
- kDisableGpuShaderDiskCache,
+ kEnableGpuShaderDiskCache,
};
const int kNumGpuSwitches = arraysize(kGpuSwitches);
« no previous file with comments | « trunk/src/gpu/command_buffer/service/gpu_switches.h ('k') | trunk/src/gpu/command_buffer/service/memory_program_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698