Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 914983 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/3rdparty/chromium/gpu/command_buffer/service/program_manager.cc (-1 / +1 lines)
Lines 620-626 std::string Program::ProcessLogInfo(const std::string& log) { Link Here
620
      output += hashed_name;
620
      output += hashed_name;
621
  }
621
  }
622
622
623
  return output + input.as_string();
623
  return output + std::string(input);
624
}
624
}
625
625
626
void Program::UpdateLogInfo() {
626
void Program::UpdateLogInfo() {

Return to bug 914983