| Index: gpu/command_buffer/client/gles2_implementation.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation.h b/gpu/command_buffer/client/gles2_implementation.h
|
| index 43cb2ade860264bec5bc90390eed35f0ff7a33e5..81f014527eb08cb54ffa80e906e02e1be9d32364 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation.h
|
| @@ -197,6 +197,8 @@ class GLES2Implementation {
|
| texture_id_handler_->FreeIds(1, &id);
|
| }
|
|
|
| + void SetSharedMemoryChunkSizeMultiple(unsigned int multiple);
|
| +
|
| void FreeUnusedSharedMemory();
|
|
|
| private:
|
|
|