| Index: content/browser/compositor/gl_helper_benchmark.cc
|
| diff --git a/content/browser/compositor/gl_helper_benchmark.cc b/content/browser/compositor/gl_helper_benchmark.cc
|
| index 845d82a426421b6c65c4ca5b2bd012a4627d955f..5b8a5c6d77344169daabedd077b59766644dfa23 100644
|
| --- a/content/browser/compositor/gl_helper_benchmark.cc
|
| +++ b/content/browser/compositor/gl_helper_benchmark.cc
|
| @@ -42,7 +42,7 @@ content::GLHelper::ScalerQuality kQualities[] = {
|
| content::GLHelper::SCALER_QUALITY_FAST,
|
| };
|
|
|
| -const char* kQualityNames[] = {
|
| +const char* const kQualityNames[] = {
|
| "best", "good", "fast",
|
| };
|
|
|
| @@ -244,4 +244,4 @@ TEST_F(GLHelperTest, DISABLED_ScaleTestImage) {
|
| gl_->DeleteFramebuffers(1, &framebuffer);
|
| }
|
|
|
| -} // namespace
|
| +} // namespace content
|
|
|