| Index: content/common/gpu/client/gl_helper_unittests.cc
|
| diff --git a/content/common/gpu/client/gl_helper_unittests.cc b/content/common/gpu/client/gl_helper_unittests.cc
|
| index 2ec61acad9c6b21dd37b1d4048ebf5b1e613e448..d642799ed4efba49a79cfdc19b3a17f857d826b2 100644
|
| --- a/content/common/gpu/client/gl_helper_unittests.cc
|
| +++ b/content/common/gpu/client/gl_helper_unittests.cc
|
| @@ -83,6 +83,7 @@ class GLHelperTest : public testing::Test {
|
| void StartTracing(const std::string& filter) {
|
| base::debug::TraceLog::GetInstance()->SetEnabled(
|
| base::debug::CategoryFilter(filter),
|
| + base::debug::TraceLog::RECORDING_MODE,
|
| base::debug::TraceLog::RECORD_UNTIL_FULL);
|
| }
|
|
|
|
|