| Index: gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| diff --git a/gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc b/gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| index 4f83fa396b6eefc6132ba96dab5cc0ed380e004e..04af7cad4a3c6700bccdbc75b244c0e4470ebc9d 100644
|
| --- a/gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| +++ b/gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| @@ -139,6 +139,9 @@ bool WebGraphicsContext3DInProcessCommandBufferImpl::MaybeInitializeGL() {
|
| real_gl_ = context_->GetImplementation();
|
| setGLInterface(real_gl_);
|
|
|
| + real_gl_->TraceBeginCHROMIUM("WebGraphicsContext3D",
|
| + "InProcessContext");
|
| +
|
| initialized_ = true;
|
| return true;
|
| }
|
|
|