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

Unified Diff: android_webview/browser/aw_render_thread_context_provider.h

Issue 2850713002: aw: Hook up gpu client tracing (Closed)
Patch Set: 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 | « no previous file | android_webview/browser/aw_render_thread_context_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_render_thread_context_provider.h
diff --git a/android_webview/browser/aw_render_thread_context_provider.h b/android_webview/browser/aw_render_thread_context_provider.h
index c146b9a8030cfa66e517391786343e032e29a019..44301a3135b5bdc77c0e6b06029f532b3dfae812 100644
--- a/android_webview/browser/aw_render_thread_context_provider.h
+++ b/android_webview/browser/aw_render_thread_context_provider.h
@@ -22,7 +22,10 @@ class GLSurface;
namespace gpu {
class GLInProcessContext;
-}
+namespace gles2 {
+class GLES2TraceImplementation;
+} // namespace gles2
+} // namespace gpu
namespace android_webview {
@@ -59,6 +62,7 @@ class AwRenderThreadContextProvider : public cc::ContextProvider {
base::ThreadChecker main_thread_checker_;
std::unique_ptr<gpu::GLInProcessContext> context_;
+ std::unique_ptr<gpu::gles2::GLES2TraceImplementation> trace_impl_;
sk_sp<class GrContext> gr_context_;
std::unique_ptr<cc::ContextCacheController> cache_controller_;
« no previous file with comments | « no previous file | android_webview/browser/aw_render_thread_context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698