| Index: gpu/config/gpu_control_list_testing_autogen.cc
|
| diff --git a/gpu/config/gpu_control_list_testing_autogen.cc b/gpu/config/gpu_control_list_testing_autogen.cc
|
| index fc93fbfa7d9908128ec0218b575cec5b93f0cdb5..d7c17c1e384fa92ff0aa91ba6652808ef7fa5d0a 100644
|
| --- a/gpu/config/gpu_control_list_testing_autogen.cc
|
| +++ b/gpu/config/gpu_control_list_testing_autogen.cc
|
| @@ -17,8 +17,7 @@ namespace gpu {
|
|
|
| const char kGpuControlListTestingVersion[] = "1.0";
|
|
|
| -const size_t kGpuControlListTestingEntryCount = 58;
|
| -const GpuControlList::Entry kGpuControlListTestingEntries[58] = {
|
| +const GpuControlList::Entry kGpuControlListTestingEntries[] = {
|
| {
|
| 1, // id
|
| "GpuControlListEntryTest.DetailedEntry",
|
| @@ -1530,4 +1529,5 @@ const GpuControlList::Entry kGpuControlListTestingEntries[58] = {
|
| nullptr, // exceptions
|
| },
|
| };
|
| +const size_t kGpuControlListTestingEntryCount = 58;
|
| } // namespace gpu
|
|
|