Index: chrome/browser/ui/cocoa/background_gradient_view.h |
diff --git a/chrome/browser/ui/cocoa/background_gradient_view.h b/chrome/browser/ui/cocoa/background_gradient_view.h |
index 60f5a910896f7506409908df43bc90847c7bea42..433fe1f590f7e9ce55516c2e984c8f8b2f084512 100644 |
--- a/chrome/browser/ui/cocoa/background_gradient_view.h |
+++ b/chrome/browser/ui/cocoa/background_gradient_view.h |
@@ -22,15 +22,12 @@ |
// The color used for the bottom stroke. Public so subclasses can use. |
- (NSColor*)strokeColor; |
-// The pattern phase that will be used by -drawBackground:. |
+// The pattern phase that will be used by -drawRect:. |
// Defaults to align the top of the theme image with the top of the tabs. |
// Views that draw at the bottom of the window (download bar) can override to |
// change the pattern phase. |
- (NSPoint)patternPhase; |
-// Draws the background image into the current NSGraphicsContext. |
-- (void)drawBackground:(NSRect)dirtyRect; |
- |
@end |
#endif // CHROME_BROWSER_UI_COCOA_BACKGROUND_GRADIENT_VIEW_H_ |