Index: content/browser/web_contents/web_contents_view_aura.cc |
=================================================================== |
--- content/browser/web_contents/web_contents_view_aura.cc (revision 181789) |
+++ content/browser/web_contents/web_contents_view_aura.cc (working copy) |
@@ -525,7 +525,7 @@ |
virtual void OnWindowBoundsChanged(aura::Window* window, |
const gfx::Rect& old_bounds, |
- const gfx::Rect& new_bounds) { |
+ const gfx::Rect& new_bounds) OVERRIDE { |
SendScreenRects(); |
} |