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

Unified Diff: cc/output/in_process_context_provider.h

Issue 2771053003: WIP: Plumbing input event latency reporting through Mus GPU.
Patch Set: 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
« no previous file with comments | « no previous file | cc/surfaces/surface_factory.cc » ('j') | gpu/ipc/gl_in_process_context.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/in_process_context_provider.h
diff --git a/cc/output/in_process_context_provider.h b/cc/output/in_process_context_provider.h
index 0a355d28de1f955b2f45e8b65766647bd59e43e6..e84c9a7c1dd913c62f119b1943ee42a9d31d1eca 100644
--- a/cc/output/in_process_context_provider.h
+++ b/cc/output/in_process_context_provider.h
@@ -65,6 +65,8 @@ class CC_EXPORT InProcessContextProvider
const gpu::InProcessCommandBuffer::UpdateVSyncParametersCallback&
callback);
+ gpu::GLInProcessContext* context() { return context_.get(); }
mfomitchev 2017/03/23 15:09:09 Is this okay?
+
protected:
friend class base::RefCountedThreadSafe<InProcessContextProvider>;
~InProcessContextProvider() override;
« no previous file with comments | « no previous file | cc/surfaces/surface_factory.cc » ('j') | gpu/ipc/gl_in_process_context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698