Index: chrome/browser/ui/views/frame/top_container_view.cc |
diff --git a/chrome/browser/ui/views/frame/top_container_view.cc b/chrome/browser/ui/views/frame/top_container_view.cc |
index 1fa6e9aeceb34f436b0546b5f114ba341e5dab79..e36d6084b0012172d602c20fb2edda4e060454eb 100644 |
--- a/chrome/browser/ui/views/frame/top_container_view.cc |
+++ b/chrome/browser/ui/views/frame/top_container_view.cc |
@@ -25,6 +25,6 @@ void TopContainerView::OnPaintBackground(gfx::Canvas* canvas) { |
// window controls) being painted underneath them. Clip rect has already |
// been set to the bounds of this view, so just paint the frame. |
views::View* frame = browser_view_->frame()->GetFrameView(); |
- frame->Paint(canvas); |
+ frame->Paint(canvas, views::CullSet()); |
} |
} |