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

Unified Diff: chrome/browser/ui/extensions/shell_window.cc

Issue 11205004: Fix bug 145175: [Win] Frameless app windows are not resizable if no draggable region is specified (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch to land Created 8 years, 2 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: chrome/browser/ui/extensions/shell_window.cc
diff --git a/chrome/browser/ui/extensions/shell_window.cc b/chrome/browser/ui/extensions/shell_window.cc
index d2c3a68c065cb22977e9016e31a57af9983877ed..dd5f7330925ba81162f93bc6de33c3a2cfefb057 100644
--- a/chrome/browser/ui/extensions/shell_window.cc
+++ b/chrome/browser/ui/extensions/shell_window.cc
@@ -420,6 +420,10 @@ void ShellWindow::Observe(int type,
host_details(details);
if (host_details->first)
SuspendRenderViewHost(host_details->second);
+ // TODO(jianli): once http://crbug.com/123007 is fixed, we'll no longer
+ // need to make the native window (ShellWindowViews specially) update
+ // the clickthrough region for the new RVH.
+ native_window_->RenderViewHostChanged();
break;
}
case chrome::NOTIFICATION_EXTENSION_UNLOADED: {
« no previous file with comments | « chrome/browser/ui/extensions/native_shell_window.h ('k') | chrome/browser/ui/gtk/extensions/shell_window_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698