| Index: content/browser/gpu/gpu_process_host.h
|
| diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
|
| index 6fa64d6690806de75163cd13dc687299aeb33b58..7acf083433f0dffa6d8c5ed374643f340254e7c3 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -174,7 +174,7 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
|
| const GpuHostMsg_AcceleratedSurfaceRelease_Params& params);
|
| #endif
|
|
|
| - void CreateChannelCache(int32 client_id, size_t cache_size);
|
| + void CreateChannelCache(int32 client_id);
|
| void OnDestroyChannel(int32 client_id);
|
| void OnCacheShader(int32 client_id, const std::string& key,
|
| const std::string& shader);
|
|
|