Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(773)

Unified Diff: ui/base/win/hwnd_subclass.cc

Issue 10408047: Fix bug 105043: Panels [WIN]: For minimize panels, taskbar hover preview show the 4-pixel represent… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix per feedback Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/base/win/hwnd_subclass.cc
diff --git a/ui/base/win/hwnd_subclass.cc b/ui/base/win/hwnd_subclass.cc
index 89a82242780bb98174db51a7f9cb4005ebb9b8a0..08795252cc5e1dab9377ad58d92ea745b1884a57 100644
--- a/ui/base/win/hwnd_subclass.cc
+++ b/ui/base/win/hwnd_subclass.cc
@@ -40,6 +40,7 @@ HWNDSubclass::HWNDSubclass(HWND target)
}
HWNDSubclass::~HWNDSubclass() {
+ ui::SetWindowProc(target_, original_wnd_proc_);
Ben Goodger (Google) 2012/05/22 23:05:48 this is actually intentionally not done. the issue
jianli 2012/05/22 23:34:04 Done.
}
void HWNDSubclass::SetFilter(HWNDMessageFilter* filter) {
« chrome/browser/ui/panels/panel_browser_view.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698