| Index: chrome/renderer/render_thread.h
|
| ===================================================================
|
| --- chrome/renderer/render_thread.h (revision 46908)
|
| +++ chrome/renderer/render_thread.h (working copy)
|
| @@ -261,6 +261,8 @@
|
|
|
| void OnGpuChannelEstablished(const IPC::ChannelHandle& channel_handle);
|
|
|
| + void OnGetAccessibilityTree();
|
| +
|
| // Gather usage statistics from the in-memory cache and inform our host.
|
| // These functions should be call periodically so that the host can make
|
| // decisions about how to allocation resources using current information.
|
|
|