| Index: content/renderer/pepper/ppb_graphics_3d_impl.h
|
| diff --git a/content/renderer/pepper/ppb_graphics_3d_impl.h b/content/renderer/pepper/ppb_graphics_3d_impl.h
|
| index b356b508c927c9c76ca0dd62ff4af2d2d45e4f1f..a206128b1a39cddb34671a2328ab6ba1f914b467 100644
|
| --- a/content/renderer/pepper/ppb_graphics_3d_impl.h
|
| +++ b/content/renderer/pepper/ppb_graphics_3d_impl.h
|
| @@ -87,6 +87,7 @@ class PPB_Graphics3D_Impl : public ppapi::PPB_Graphics3D_Shared,
|
|
|
| // GpuControlClient implementation.
|
| void OnGpuControlLostContext() final;
|
| + void OnGpuControlLostContextMaybeReentrant() final;
|
| void OnGpuControlErrorMessage(const char* msg, int id) final;
|
|
|
| // Other notifications from the GPU process.
|
|
|