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

Unified Diff: content/browser/gpu/gpu_data_manager_testing_autogen.cc

Issue 2828463002: Update some autogen files (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | gpu/config/gpu_control_list_testing_autogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_data_manager_testing_autogen.cc
diff --git a/content/browser/gpu/gpu_data_manager_testing_autogen.cc b/content/browser/gpu/gpu_data_manager_testing_autogen.cc
index b27901b76101eef762b1f5469269ea644bc04492..2680c7e3d61f66543d68b1a1ddfdc4506a8db19b 100644
--- a/content/browser/gpu/gpu_data_manager_testing_autogen.cc
+++ b/content/browser/gpu/gpu_data_manager_testing_autogen.cc
@@ -17,8 +17,7 @@ namespace gpu {
const char kGpuDataManagerTestingVersion[] = "1.0";
-const size_t kGpuDataManagerTestingEntryCount = 10;
-const GpuControlList::Entry kGpuDataManagerTestingEntries[10] = {
+const GpuControlList::Entry kGpuDataManagerTestingEntries[] = {
{
1, // id
"GpuDataManagerImplPrivateTest.GpuSideBlacklisting.0",
@@ -280,4 +279,5 @@ const GpuControlList::Entry kGpuDataManagerTestingEntries[10] = {
nullptr, // exceptions
},
};
+const size_t kGpuDataManagerTestingEntryCount = 10;
} // namespace gpu
« no previous file with comments | « no previous file | gpu/config/gpu_control_list_testing_autogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698