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

Unified Diff: trunk/src/ui/gfx/win/window_impl.cc

Issue 137893014: Back out trunk r245028 (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 11 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: trunk/src/ui/gfx/win/window_impl.cc
===================================================================
--- trunk/src/ui/gfx/win/window_impl.cc (revision 245213)
+++ trunk/src/ui/gfx/win/window_impl.cc (working copy)
@@ -260,10 +260,7 @@
if (!window)
return 0;
- LRESULT result = window->OnWndProc(message, w_param, l_param);
- if (message == WM_NCDESTROY)
- window->hwnd_ = NULL;
- return result;
+ return window->OnWndProc(message, w_param, l_param);
}
ATOM WindowImpl::GetWindowClassAtom() {
« no previous file with comments | « trunk/src/ui/aura/window_tree_host.cc ('k') | trunk/src/ui/views/widget/desktop_aura/desktop_root_window_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698