| 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
|
|
|