On Sun, Aug 16, 2009 at 7:56 PM, hap 497<[email protected]> wrote: > From this documentation, > http://dev.chromium.org/developers/how-tos/getting-around-the-chrome-source-code > it said each RenderView has a page ID. > But from RenderView.h, I dont see any attribute for page ID. > Can you please tell me where does RenderView keeps its page ID?
You want chrome/browser/renderer_host/render_view.h which unfortunately shares a class name with something in WebKit. The ID you are looking for is routing_id in RenderWidget (the base class of RenderView). Brett --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
