Without looking at the code, some thoughts: * Scrollbars in web content differ from scrollbars in native content. Native content can use native scrollbars. Web content cannot (web content cannot use native widgets within pages as then pages can just recursively include 10,000 iframes and take down all of GDI and DOS your whole system). So at least some of the distinction comes from this.
* I suggest you determine where each of the existing classes are used, and how other code in those areas shows context menus, since I suspect that context menus work very differently in web content versus native controls. PK --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
