Index: content/browser/renderer_host/render_widget_host_view_aura.cc |
=================================================================== |
--- content/browser/renderer_host/render_widget_host_view_aura.cc (revision 234770) |
+++ content/browser/renderer_host/render_widget_host_view_aura.cc (working copy) |
@@ -1254,6 +1254,8 @@ |
#if defined(OS_WIN) |
void RenderWidgetHostViewAura::UpdateConstrainedWindowRects( |
const std::vector<gfx::Rect>& rects) { |
+ if (rects == constrained_rects_) |
+ return; |
constrained_rects_ = rects; |
UpdateCutoutRects(); |
} |