| Index: chrome/browser/ui/cocoa/background_gradient_view.mm
|
| diff --git a/chrome/browser/ui/cocoa/background_gradient_view.mm b/chrome/browser/ui/cocoa/background_gradient_view.mm
|
| index 6458533dbc51ed8db54c04fa93f229d46d37d96d..bfd64b39ff6751214a58086b05c3aa2565d03c37 100644
|
| --- a/chrome/browser/ui/cocoa/background_gradient_view.mm
|
| +++ b/chrome/browser/ui/cocoa/background_gradient_view.mm
|
| @@ -51,7 +51,7 @@
|
| themeImagePositionForAlignment:THEME_IMAGE_ALIGN_WITH_TAB_STRIP];
|
| }
|
|
|
| -- (void)drawRect:(NSRect)dirtyRect {
|
| +- (void)drawBackground:(NSRect)dirtyRect {
|
| [[NSGraphicsContext currentContext]
|
| cr_setPatternPhase:[self patternPhase]
|
| forView:[self cr_viewBeingDrawnTo]];
|
|
|