| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| index 0eca015974d65235fcf7d69be6ce6d195abc3b87..44d9f2e0295fb995ae918ffe1e0fef46536807f6 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -145,6 +145,8 @@ class WebGraphicsContext3DCommandBufferImpl
|
|
|
| CONTENT_EXPORT bool InitializeOnCurrentThread();
|
|
|
| + void InvalidateWeakPtrsOnCurrentThread();
|
| +
|
| void SetContextType(CommandBufferContextType type) {
|
| context_type_ = type;
|
| }
|
|
|