| Index: content/common/gpu/client/gl_helper_benchmark.cc
|
| diff --git a/content/common/gpu/client/gl_helper_benchmark.cc b/content/common/gpu/client/gl_helper_benchmark.cc
|
| index 02bcad75e9fb8c9bddc45cc32449015e5366784a..1c5bee2d30013f251fa407c3943d17efa98b7c0c 100644
|
| --- a/content/common/gpu/client/gl_helper_benchmark.cc
|
| +++ b/content/common/gpu/client/gl_helper_benchmark.cc
|
| @@ -82,8 +82,7 @@ class GLHelperTest : public testing::Test {
|
| void LoadPngFileToSkBitmap(const base::FilePath& filename,
|
| SkBitmap* bitmap) {
|
| std::string compressed;
|
| - file_util::ReadFileToString(base::MakeAbsoluteFilePath(filename),
|
| - &compressed);
|
| + base::ReadFileToString(base::MakeAbsoluteFilePath(filename), &compressed);
|
| ASSERT_TRUE(compressed.size());
|
| ASSERT_TRUE(gfx::PNGCodec::Decode(
|
| reinterpret_cast<const unsigned char*>(compressed.data()),
|
|
|