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

Unified Diff: views/widget/native_widget_win.cc

Issue 7764010: Get rid of last views dependency in RenderWidgetHostViewWin. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 4 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: views/widget/native_widget_win.cc
===================================================================
--- views/widget/native_widget_win.cc (revision 98490)
+++ views/widget/native_widget_win.cc (working copy)
@@ -926,6 +926,8 @@
void NativeWidgetWin::Minimize() {
ExecuteSystemMenuCommand(SC_MINIMIZE);
+
+ delegate_->OnNativeBlur(NULL);
}
bool NativeWidgetWin::IsMaximized() const {
« content/browser/renderer_host/render_widget_host_view_win.cc ('K') | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698