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 89f7680a203f96653adb4b752ecc0dbf5a3ca571..1b89d421debc601f19899cdae8f1a5c64ab994f1 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.h |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h |
@@ -311,8 +311,9 @@ class WebContents; |
// Gets the window style. |
- (ThemedWindowStyle)themedWindowStyle; |
-// Gets the pattern phase for the window. |
-- (NSPoint)themePatternPhase; |
+// Returns the pattern phase for |alignment|. If the window does not have a tab |
+// strip, the phase for THEME_PATTERN_ALIGN_WITH_FRAME is always returned. |
+- (NSPoint)themePatternPhaseForAlignment:(ThemePatternAlignment)alignment; |
// Return the point to which a bubble window's arrow should point, in window |
// coordinates. |