Chromium Code Reviews| Index: ui/gfx/win/window_impl.cc |
| diff --git a/ui/gfx/win/window_impl.cc b/ui/gfx/win/window_impl.cc |
| index 3ca3f900102feb7beb0788c1a5e0d4fbb65b1ee1..b790e4cb7f94f6d440dd326bc8d5f70768a56e0a 100644 |
| --- a/ui/gfx/win/window_impl.cc |
| +++ b/ui/gfx/win/window_impl.cc |
| @@ -219,6 +219,8 @@ void WindowImpl::Init(HWND parent, const Rect& bounds) { |
| CHECK_EQ(this, GetWindowUserData(hwnd)); |
| } |
| +void WindowImpl::SetDestroyed() { hwnd_ = NULL; } |
|
Ben Goodger (Google)
2014/01/15 19:16:20
sorry to continue to nitpick this, but could you d
danakj
2014/01/15 19:23:52
I see, OK done. I set hwnd_ to NULL after calling
|
| + |
| HICON WindowImpl::GetDefaultWindowIcon() const { |
| return NULL; |
| } |