 Chromium Code Reviews
 Chromium Code Reviews Issue 10256008:
  Adds a class that makes it easy to subclass a HWND and filter messages sent to it.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/
    
  
    Issue 10256008:
  Adds a class that makes it easy to subclass a HWND and filter messages sent to it.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/| Index: ui/ui.gyp | 
| =================================================================== | 
| --- ui/ui.gyp (revision 134136) | 
| +++ ui/ui.gyp (working copy) | 
| @@ -257,6 +257,8 @@ | 
| 'base/win/foreground_helper.h', | 
| 'base/win/hwnd_util.cc', | 
| 'base/win/hwnd_util.h', | 
| + 'base/win/hwnd_subclass.cc', | 
| + 'base/win/hwnd_subclass.h', | 
| 'base/win/ime_input.cc', | 
| 'base/win/ime_input.h', | 
| 'base/win/message_box_win.cc', |