Index: chrome/browser/ui/cocoa/themed_window.h |
diff --git a/chrome/browser/ui/cocoa/themed_window.h b/chrome/browser/ui/cocoa/themed_window.h |
index ab4b18c6375a12da0716370bbb6fd19cd4c5bc9c..0a55c2b13508edd8e23a29d7d1f658bb41499bf6 100644 |
--- a/chrome/browser/ui/cocoa/themed_window.h |
+++ b/chrome/browser/ui/cocoa/themed_window.h |
@@ -36,11 +36,10 @@ enum ThemeImageAlignment { |
- (ThemeProvider*)themeProvider; |
- (ThemedWindowStyle)themedWindowStyle; |
-// Returns the position in the coordinates of the root view |
-// ([[self contentView] superview]) that the top left of a theme image with |
-// |alignment| should be painted at. The result of this method can be used in |
-// conjunction with [NSGraphicsContext cr_setPatternPhase:] to set the offset of |
-// pattern colors. |
+// Returns the position in window coordinates that the top left of a theme |
+// image with |alignment| should be painted at. The result of this method can |
+// be used in conjunction with [NSGraphicsContext cr_setPatternPhase:] to set |
+// the offset of pattern colors. |
- (NSPoint)themeImagePositionForAlignment:(ThemeImageAlignment)alignment; |
@end |