| Index: content/common/gpu/client/gl_helper_unittest.cc
|
| diff --git a/content/common/gpu/client/gl_helper_unittest.cc b/content/common/gpu/client/gl_helper_unittest.cc
|
| index 44ab118bda2d888c23c8e7e83eea2b56e5c3239c..2f9066ae8a604cd98d4a33251d65717fa62609d3 100644
|
| --- a/content/common/gpu/client/gl_helper_unittest.cc
|
| +++ b/content/common/gpu/client/gl_helper_unittest.cc
|
| @@ -77,7 +77,8 @@ class GLHelperTest : public testing::Test {
|
| base::debug::TraceLog::GetInstance()->SetEnabled(
|
| base::debug::CategoryFilter(filter),
|
| base::debug::TraceLog::RECORDING_MODE,
|
| - base::debug::TraceLog::RECORD_UNTIL_FULL);
|
| + base::debug::TraceOptions(
|
| + base::debug::TraceOptions::RECORD_UNTIL_FULL, false));
|
| }
|
|
|
| static void TraceDataCB(
|
|
|