Status: Assigned
Owner: [EMAIL PROTECTED]
Labels: Type-Cleanup Pri-3 OS-Windows Area-BrowserUI Mstone-1.2

New issue 4735 by [EMAIL PROTECTED]: NativeControl is too complex
http://code.google.com/p/chromium/issues/detail?id=4735

NativeControl is too complex, for example there are all these views and
HWNDs... the NativeControl is a View that has a HWNDView that attaches to
the HWND of a NativeControlContainer which has as its child a HWND that is
the actual child HWND. Eek!

This could all be replaced by one object:

class NativeControl : public HWNDView { };

This object would also have an HWND that is the child HWND, and a wndproc
function. Oh and we could also get rid of the ATL dependency.

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to chromium-bugs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to