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

Unified Diff: gpu/ipc/gl_in_process_context.h

Issue 2771053003: WIP: Plumbing input event latency reporting through Mus GPU.
Patch Set: Updating dependencies. Created 3 years, 9 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/ipc/gl_in_process_context.h
diff --git a/gpu/ipc/gl_in_process_context.h b/gpu/ipc/gl_in_process_context.h
index eef93398c2497e412e59e81aa2db060ba3798462..016579889beec63d7e81d8d7ed0c4ac36de711af 100644
--- a/gpu/ipc/gl_in_process_context.h
+++ b/gpu/ipc/gl_in_process_context.h
@@ -64,6 +64,8 @@ class GL_IN_PROCESS_CONTEXT_EXPORT GLInProcessContext {
virtual void SetUpdateVSyncParametersCallback(
const gpu::InProcessCommandBuffer::UpdateVSyncParametersCallback&
callback) = 0;
+
+ virtual InProcessCommandBuffer* GetInProcessCommandBuffer() = 0;
mfomitchev 2017/03/23 15:25:17 Is this ok?
Fady Samuel 2017/03/23 17:24:38 Can we plumb LatencyInfo in instead of InProcessCo
};
} // namespace gpu

Powered by Google App Engine
This is Rietveld 408576698