Chromium Code Reviews| Index: chrome/browser/ui/cocoa/browser_window_controller.h |
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h |
| index 16ba21eee6041132676ad804cfeb788acb2cd9af..23c8d1da26277fd439c2726ad77619b10556f6b0 100644 |
| --- a/chrome/browser/ui/cocoa/browser_window_controller.h |
| +++ b/chrome/browser/ui/cocoa/browser_window_controller.h |
| @@ -353,11 +353,10 @@ class Command; |
| // Gets the window style. |
| - (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. If the window does not have a tab strip, |
| -// the offset for THEME_IMAGE_ALIGN_WITH_FRAME is always returned. The result of |
| -// this method can be used in conjunction with |
| +// Returns the position in window coordinates that the top left of a theme |
|
Andre
2015/02/04 23:03:23
They are the same coordinates, but window coordina
|
| +// image with |alignment| should be painted at. If the window does not have a |
| +// tab strip, the offset for THEME_IMAGE_ALIGN_WITH_FRAME is always returned. |
| +// 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; |