| Index: content/browser/gpu/gpu_process_host_ui_shim.h
|
| diff --git a/content/browser/gpu/gpu_process_host_ui_shim.h b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| index 9d9ec533e28a536461d08952e346a4271ba2f995..1ac18c2200aa3b014cf7b5fae9a9dc3f74c30371 100644
|
| --- a/content/browser/gpu/gpu_process_host_ui_shim.h
|
| +++ b/content/browser/gpu/gpu_process_host_ui_shim.h
|
| @@ -95,6 +95,10 @@ class GpuProcessHostUIShim : public IPC::Listener,
|
| void OnVideoMemoryUsageStatsReceived(
|
| const GPUVideoMemoryUsageStats& video_memory_usage_stats);
|
| void OnResourcesRelinquished();
|
| + void OnAddSubscription(int32 process_id, //int32 routing_id,
|
| + unsigned int target);
|
| + void OnRemoveSubscription(int32 process_id, //int32 routing_id,
|
| + unsigned int target);
|
|
|
| // The serial number of the GpuProcessHost / GpuProcessHostUIShim pair.
|
| int host_id_;
|
|
|