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..f2a148e03ab82bf6d7487ff53457918489e366e7 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::RECORD_UNTIL_FULL)); |
dsinclair
2014/07/30 14:25:26
RECORD_UNTIL_FULL is default, so no need to pass h
|
} |
static void TraceDataCB( |