Index: content/common/gpu/media/vaapi_wrapper.cc |
diff --git a/content/common/gpu/media/vaapi_wrapper.cc b/content/common/gpu/media/vaapi_wrapper.cc |
index 19303e1e6d6a3ab5ac31882f709084a9d8db1ed8..ab4e176e4ec0e869448e192728bcce4a80257d46 100644 |
--- a/content/common/gpu/media/vaapi_wrapper.cc |
+++ b/content/common/gpu/media/vaapi_wrapper.cc |
@@ -1147,7 +1147,7 @@ void VaapiWrapper::DeinitializeVpp() { |
// static |
void VaapiWrapper::PreSandboxInitialization() { |
#if defined(USE_OZONE) |
- const char* kDriRenderNode0Path = "/dev/dri/renderD128"; |
+ const char kDriRenderNode0Path[] = "/dev/dri/renderD128"; |
base::File drm_file = base::File( |
base::FilePath::FromUTF8Unsafe(kDriRenderNode0Path), |
base::File::FLAG_OPEN | base::File::FLAG_READ | base::File::FLAG_WRITE); |