Index: chrome/browser/ui/cocoa/download/download_shelf_view.mm |
diff --git a/chrome/browser/ui/cocoa/download/download_shelf_view.mm b/chrome/browser/ui/cocoa/download/download_shelf_view.mm |
index 84be11ed75e340191eb5f8bdb9afdf83b9c1e807..4ba5e0fea41cddc4fd512d49686febdb1251eec8 100644 |
--- a/chrome/browser/ui/cocoa/download/download_shelf_view.mm |
+++ b/chrome/browser/ui/cocoa/download/download_shelf_view.mm |
@@ -49,7 +49,8 @@ |
// background matches the toolbar background. |
NSPoint phase = NSMakePoint( |
0, NSHeight([self bounds]) + [TabStripController defaultTabHeight]); |
- [[NSGraphicsContext currentContext] cr_setPatternPhase:phase forView:self]; |
+ [[NSGraphicsContext currentContext] |
+ cr_setPatternPhase:phase forView:[self cr_viewBeingDrawnTo]]; |
[self drawBackgroundWithOpaque:YES]; |
// Draw top stroke |