Index: chrome/browser/ui/browser.cc |
diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
index 940e87b05f81253c95a00457da52f1a936283b5a..3622c2c0e9af43791533a732da84dd621148fafd 100644 |
--- a/chrome/browser/ui/browser.cc |
+++ b/chrome/browser/ui/browser.cc |
@@ -1479,6 +1479,7 @@ bool Browser::TakeFocus(content::WebContents* source, |
} |
gfx::Rect Browser::GetRootWindowResizerRect() const { |
+ if (!window_) return gfx::Rect(); |
piman
2014/10/29 18:42:57
In which case is this NULL? It seems to be set to
mkosiba (inactive)
2014/10/31 14:35:05
Done.
|
return window_->GetRootWindowResizerRect(); |
} |