Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2784)

Unified Diff: cc/test/test_context_support.cc

Issue 2806163004: Plumbing input event latency reporting through Mus GPU. (Closed)
Patch Set: Inline LatencyTracker in DIsplayOutputService. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/test/test_context_support.h ('k') | gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « cc/test/test_context_support.h ('k') | gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698