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

Unified Diff: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc

Issue 1505933003: Labeled WebGraphicsContext3D context. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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 | gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
index e2bf5046fa8ec2a4962e938b8300413f86446ba4..7ceb366ae5cf4381de6f268dc5419d558b80bec9 100644
--- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
+++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc
@@ -154,6 +154,8 @@ bool WebGraphicsContext3DCommandBufferImpl::MaybeInitializeGL() {
weak_ptr_factory_.GetWeakPtr()));
real_gl_->SetErrorMessageCallback(getErrorMessageCallback());
+ real_gl_->TraceBeginCHROMIUM("WebGraphicsContext3D",
no sievers 2015/12/08 22:17:42 and this doesn't need 'end'?
David Yen 2015/12/08 22:20:40 It automatically ends when the context is destroye
+ "CommandBufferContext");
visible_ = true;
initialized_ = true;
« no previous file with comments | « no previous file | gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698