| Index: content/common/gpu/gpu_channel.h
|
| diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
|
| index 0692b903b4fab7128f9c171a3c6a8dd24fcdc945..bb0496c466014c0394590abb66ab89ad299b4c46 100644
|
| --- a/content/common/gpu/gpu_channel.h
|
| +++ b/content/common/gpu/gpu_channel.h
|
| @@ -137,6 +137,8 @@ class GpuChannel : public IPC::Listener,
|
| // Called to add/remove a listener for a particular message routing ID.
|
| void AddRoute(int32 route_id, IPC::Listener* listener);
|
| void RemoveRoute(int32 route_id);
|
| + void AddMessageFilterRoute(int32 route_id, IPC::Listener* listener);
|
| + void RemoveMessageFilterRoute(int32 route_id);
|
|
|
| gpu::PreemptionFlag* GetPreemptionFlag();
|
|
|
|
|