Index: cc/test/test_context_support.cc |
diff --git a/cc/test/test_context_support.cc b/cc/test/test_context_support.cc |
index 02af05542c111dee2f41e9c8c6f94c5125e0665c..40cf124d3c034108c76f89eaf413000ab3885669 100644 |
--- a/cc/test/test_context_support.cc |
+++ b/cc/test/test_context_support.cc |
@@ -92,4 +92,7 @@ uint64_t TestContextSupport::ShareGroupTracingGUID() const { |
void TestContextSupport::SetErrorMessageCallback( |
const base::Callback<void(const char*, int32_t)>& callback) {} |
+void TestContextSupport::AddLatencyInfo( |
+ const std::vector<ui::LatencyInfo>& latency_info) {} |
+ |
} // namespace cc |