13 lines
393 B
Diff
13 lines
393 B
Diff
--- a/src/3rdparty/chromium/gpu/command_buffer/service/program_manager.cc 2023-11-09 06:32:20.000000000 -0500
|
|
+++ b/src/3rdparty/chromium/gpu/command_buffer/service/program_manager.cc 2024-07-05 09:41:50.248682928 -0400
|
|
@@ -620,7 +620,7 @@
|
|
output += hashed_name;
|
|
}
|
|
|
|
- return output + input.as_string();
|
|
+ return output + std::string(input);
|
|
}
|
|
|
|
void Program::UpdateLogInfo() {
|
|
|