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

Unified Diff: gpu/gles2_conform_support/egl/context.h

Issue 2806163004: Plumbing input event latency reporting through Mus GPU. (Closed)
Patch Set: Removing commented out code. 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
Index: gpu/gles2_conform_support/egl/context.h
diff --git a/gpu/gles2_conform_support/egl/context.h b/gpu/gles2_conform_support/egl/context.h
index 7a9d43555d4e0cdfe07893aadae423fdbb97e22c..84f15c103d6e06562e7c8e6d5f67d7fa5f51aed0 100644
--- a/gpu/gles2_conform_support/egl/context.h
+++ b/gpu/gles2_conform_support/egl/context.h
@@ -78,6 +78,8 @@ class Context : public base::RefCountedThreadSafe<Context>,
const base::Closure& callback) override;
void WaitSyncTokenHint(const gpu::SyncToken& sync_token) override;
bool CanWaitUnverifiedSyncToken(const gpu::SyncToken& sync_token) override;
+ void AddLatencyInfo(
+ const std::vector<ui::LatencyInfo>& latency_info) override;
// Called by ThreadState to set the needed global variables when this context
// is current.

Powered by Google App Engine
This is Rietveld 408576698