diff options
Diffstat (limited to 'chrome/browser/views/info_bubble.h')
-rw-r--r-- | chrome/browser/views/info_bubble.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/views/info_bubble.h b/chrome/browser/views/info_bubble.h index bb8933b..1c49a8d 100644 --- a/chrome/browser/views/info_bubble.h +++ b/chrome/browser/views/info_bubble.h @@ -112,10 +112,6 @@ class InfoBubble : public ChromeViews::ContainerWin, // Positions the content relative to the border. virtual void Layout(); - virtual void DidChangeBounds(const CRect& previous, const CRect& current) { - Layout(); - } - // Return the mask for the content view. HRGN GetMask(const CSize& size); |