| Index: ppapi/shared_impl/ppb_graphics_3d_shared.cc
|
| diff --git a/ppapi/shared_impl/ppb_graphics_3d_shared.cc b/ppapi/shared_impl/ppb_graphics_3d_shared.cc
|
| index 29a33391a1b75acdb744b6e91199f34b762595ba..6eaf20a6a9bff1373adf221d28eb9ed89bf355f7 100644
|
| --- a/ppapi/shared_impl/ppb_graphics_3d_shared.cc
|
| +++ b/ppapi/shared_impl/ppb_graphics_3d_shared.cc
|
| @@ -125,6 +125,8 @@ bool PPB_Graphics3D_Shared::CreateGLES2Impl(
|
| return false;
|
| }
|
|
|
| + gles2_impl_->PushGroupMarkerEXT(0, "PPAPIContext");
|
| +
|
| return true;
|
| }
|
|
|
|
|